public class DEROid extends DERObject
| Constructor and Description |
|---|
DEROid()
Default constructor
|
DEROid(String oid)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
derDecode(DERBuffer buf)
DER encode the object
|
void |
derEncode(DERBuffer buf)
DER encode the object
|
String |
getOid()
Return the object identifier string
|
String |
toString()
Return the OID as a string
|
public DEROid()
public DEROid(String oid)
oid - Stringpublic final String getOid()
public void derDecode(DERBuffer buf) throws IOException
derDecode in class DERObjectbuf - DERBufferIOExceptionpublic void derEncode(DERBuffer buf) throws IOException
derEncode in class DERObjectbuf - DERBufferIOExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.