com.mindbright.security.pkcs7
public final class SignedData extends ASN1Sequence
| Modifier and Type | Field and Description |
|---|---|
ASN1SequenceOf |
certSequence |
ASN1SetOf |
certSet |
ContentInfo |
contentInfo |
ASN1Sequence |
crlSequence |
ASN1SetOf |
crlSet |
ASN1SetOf |
digestAlgorithms |
ASN1SetOf |
signerInfos |
ASN1Integer |
version |
components, count, ofTypeisSet, tag| Constructor and Description |
|---|
SignedData() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofTypedecodeValue, getTag, getType, isSet, setValue, toStringpublic ASN1Integer version
public ASN1SetOf digestAlgorithms
public ContentInfo contentInfo
public ASN1SequenceOf certSequence
public ASN1SetOf certSet
public ASN1Sequence crlSequence
public ASN1SetOf crlSet
public ASN1SetOf signerInfos