org.webdocwf.util.smime.der
Class DERSet

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DERSetPr
              |
              +--org.webdocwf.util.smime.der.DERSet

public class DERSet
extends DERSetPr

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


Constructor Summary
DERSet()
          Construction of an empty DER Set object
 
Method Summary
 void addContent(byte[] content0)
          Adds content to DER encoded Set 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

DERSet

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

addContent

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


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