org.webdocwf.util.smime.der
Class DEROctetString

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DEROctetString
Direct Known Subclasses:
DESede3CBCParameter, EncryptedKey, SignatureValue

public class DEROctetString
extends DERObject

DEROctetString is primitive type of DER encoded object for representation of the octet strings (array of bytes) in ASN.1 notation.


Constructor Summary
DEROctetString(byte[] octetsString0)
          Creates DER encoded byte array from input byte array
 
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

DEROctetString

public DEROctetString(byte[] octetsString0)
               throws SMIMEException
Creates DER encoded byte array from input byte array
Parameters:
octetsString0 - byte array for DER encoding
Throws:
SMIMEException - thrown in super class constructor.


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