org.webdocwf.util.smime.der
Class DERSequencePr

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DERSequencePr
Direct Known Subclasses:
AlgorithmIdentifier, Attribute, ContentInfo, DERSequence, EncapsulatedContentInfo, EncryptedContentInfo, EnvelopedData, IssuerAndSerialNumber, IssuerName, KeyTransRecipientInfo, RC2CBCParameter, SignedData

public class DERSequencePr
extends DERObject

DERSequencePr is structured type of DER encoded object representing DER encoded SEQUENCE or SEQUENCE OF tag type in ASN.1 notation. Structured type means that it is comprised from other structured and/or primitive objects. Difference bettween DERSequence and DERSequencePr is that class DERSequence has public method addContent. Also, DERSequence extends it's super class DERSequencePr.


Constructor Summary
DERSequencePr()
          Construction of an empty DER Sequence object
 
Method Summary
protected  void addContent(byte[] content0)
          Adds content to DER encoded Sequence object
 
Methods inherited from class org.webdocwf.util.smime.der.DERObject
getContentOctets, getContentPartSize, getDEREncoded, getIdentifierOctet, getLengthOctets, getLengthPartSize, getTagClassType, getTagComplexity, getTagTypeNumber, getTotalSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERSequencePr

public DERSequencePr()
              throws SMIMEException
Construction of an empty DER Sequence object
Throws:
SMIMEException - thrown in super class constructor.
Method Detail

addContent

protected void addContent(byte[] content0)
                   throws SMIMEException
Adds content to DER encoded Sequence object
Parameters:
content0 - content represented as byte array
Throws:
SMIMEException - thrown in super class constructor.


Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.