public class DEREnumerated extends DERObject
| Constructor and Description |
|---|
DEREnumerated()
Default constructor
|
DEREnumerated(int val)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
derDecode(DERBuffer buf)
Decode the object
|
void |
derEncode(DERBuffer buf)
Encode the object
|
int |
getValue()
Return the enumerated value
|
String |
toString()
Return the enumerated type as a string
|
public DEREnumerated()
public DEREnumerated(int val)
val - intpublic final int getValue()
public void derDecode(DERBuffer buf) throws IOException
derDecode in class DERObjectbuf - IOExceptionpublic void derEncode(DERBuffer buf) throws IOException
derEncode in class DERObjectbuf - IOExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.