public class DERGeneralString extends DERObject
| Constructor and Description |
|---|
DERGeneralString()
Default constructor
|
DERGeneralString(String str)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
derDecode(DERBuffer buf)
Decode the object
|
void |
derEncode(DERBuffer buf)
Encode the object
|
String |
getValue()
Return the string value
|
String |
toString()
Return as a string
|
public DERGeneralString()
public DERGeneralString(String str)
str - Stringpublic final String getValue()
public void derDecode(DERBuffer buf) throws IOException
derDecode in class DERObjectbuf - DERBufferIOExceptionpublic void derEncode(DERBuffer buf) throws IOException
derEncode in class DERObjectbuf - DERBufferIOExceptionCopyright © 2005–2020 Alfresco Software. All rights reserved.