public abstract class DERString extends DERObject
Modifier and Type | Method and Description |
---|---|
protected static String |
byteArrayToString(byte[] bytes)
Utility method for converting byte arrays to Strings.
|
String |
getString()
Lazy accessor.
|
protected static byte[] |
stringToByteArray(String string)
Utility method for converting Strings to bytes.
|
public String getString()
protected static String byteArrayToString(byte[] bytes)
bytes
- protected static byte[] stringToByteArray(String string)
string
- Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.