org.webdocwf.util.smime.der
Class DERIA5String

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

public class DERIA5String
extends DERObject

DERIA5String is primitive type of DER encoded object for one of different forms for representing character string type in ASN.1 notation.


Constructor Summary
DERIA5String(byte[] b0)
          Constructs DERIA5String object with characters defined in the given byte array
DERIA5String(java.lang.String s0)
          Constructs DERIA5String object with characters defined in the given String
 
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

DERIA5String

public DERIA5String(java.lang.String s0)
             throws SMIMEException
Constructs DERIA5String object with characters defined in the given String
Parameters:
s0 - content of DERIA5String
Throws:
SMIMEException - thrown in super class constructor. Also, it can be caused by non SMIMEException which is: UnsupportedEncodingException.

DERIA5String

public DERIA5String(byte[] b0)
             throws SMIMEException
Constructs DERIA5String object with characters defined in the given byte array
Parameters:
b0 - content of DERIA5String
Throws:
SMIMEException - thrown in super class constructor.


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