|
||||||||||
| 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
public abstract class DERString
Interface for DER string objects.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
|---|
tag, value |
| Method Summary | |
|---|---|
protected static java.lang.String |
byteArrayToString(byte[] bytes)
Utility method for converting byte arrays to Strings. |
java.lang.String |
getString()
Lazy accessor. |
protected static byte[] |
stringToByteArray(java.lang.String string)
Utility method for converting Strings to bytes. |
| 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 |
| Method Detail |
|---|
public java.lang.String getString()
protected static java.lang.String byteArrayToString(byte[] bytes)
bytes -
protected static byte[] stringToByteArray(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||