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, ofType
isSet, tag
Constructor and Description |
---|
SignedData() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
decodeValue, getTag, getType, isSet, setValue, toString
public ASN1Integer version
public ASN1SetOf digestAlgorithms
public ContentInfo contentInfo
public ASN1SequenceOf certSequence
public ASN1SetOf certSet
public ASN1Sequence crlSequence
public ASN1SetOf crlSet
public ASN1SetOf signerInfos