|
Bouncy Castle Cryptography Library 1.79 | ||||||||
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.ASN1UniversalString | +--org.bouncycastle.asn1.DERUniversalString
DER UniversalString object - encodes UNICODE (ISO 10646) characters using 32-bit format. In Java we have no way of representing this directly so we rely on byte arrays to carry these.
Constructor Summary | |
DERUniversalString(byte[] string)
Basic constructor - byte encoded string. |
Methods inherited from class org.bouncycastle.asn1.ASN1UniversalString |
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 DERUniversalString(byte[] string)
string
- the byte encoding of the string to be carried in the UniversalString object,
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |