org.webdocwf.util.smime.der
Class DERPrintableString

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

public class DERPrintableString
extends DERObject

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


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

DERPrintableString

public DERPrintableString(java.lang.String s0)
                   throws SMIMEException
Constructs DERPrintableString object with characters defined in the given String
Parameters:
s0 - content of DERPrintableString
Throws:
SMIMEException - thrown in super class constructor.

DERPrintableString

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


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