|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERString
org.apache.directory.shared.asn1.der.DERBMPString
public class DERBMPString
DER BMPString object.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
|---|
tag, value |
| Constructor Summary | |
|---|---|
DERBMPString(byte[] value)
Basic DERObject constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getString()
Lazy accessor. |
static DERBMPString |
valueOf(java.lang.String string)
Static factory method, type-conversion operator. |
| Methods inherited from class org.apache.directory.shared.asn1.der.DERString |
|---|
byteArrayToString, stringToByteArray |
| Methods inherited from class org.apache.directory.shared.asn1.der.DERObject |
|---|
encode, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DERBMPString(byte[] value)
| Method Detail |
|---|
public static DERBMPString valueOf(java.lang.String string)
public java.lang.String getString()
DERString
getString in class DERString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||