com.mindbright.security.pkcs7
Class SignedData

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Sequence
              extended by com.mindbright.security.pkcs7.SignedData

public final class SignedData
extends ASN1Sequence


Field Summary
 ASN1SequenceOf certSequence
           
 ASN1SetOf certSet
           
 ContentInfo contentInfo
           
 ASN1Sequence crlSequence
           
 ASN1SetOf crlSet
           
 ASN1SetOf digestAlgorithms
           
 ASN1SetOf signerInfos
           
 ASN1Integer version
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
SignedData()
           
 
Method Summary
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public ASN1Integer version

digestAlgorithms

public ASN1SetOf digestAlgorithms

contentInfo

public ContentInfo contentInfo

certSequence

public ASN1SequenceOf certSequence

certSet

public ASN1SetOf certSet

crlSequence

public ASN1Sequence crlSequence

crlSet

public ASN1SetOf crlSet

signerInfos

public ASN1SetOf signerInfos
Constructor Detail

SignedData

public SignedData()