|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.webdocwf.util.smime.der.DERObject
|
+--org.webdocwf.util.smime.der.DERIA5String
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 |
public DERIA5String(java.lang.String s0)
throws SMIMEException
s0 - content of DERIA5StringSMIMEException - thrown in super class constructor. Also, it can be
caused by non SMIMEException which is: UnsupportedEncodingException.
public DERIA5String(byte[] b0)
throws SMIMEException
b0 - content of DERIA5StringSMIMEException - thrown in super class constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||