|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.ASN1Object | +--org.bouncycastle.asn1.ASN1Primitive | +--org.bouncycastle.asn1.ASN1GeneralString | +--org.bouncycastle.asn1.DERGeneralString
ASN.1 GENERAL-STRING data type.
This is an 8-bit encoded ISO 646 (ASCII) character set with optional escapes to other character sets.
Constructor Summary | |
DERGeneralString(java.lang.String string)
Construct a GeneralString from the passed in String. |
Methods inherited from class org.bouncycastle.asn1.ASN1GeneralString |
getInstance, getInstance, getOctets, getString, hashCode, toString |
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
getEncoded, getEncoded, hasEncodedTagValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DERGeneralString(java.lang.String string)
string
- the string to be contained in this object.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |