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 DERObject
buf
- DERBufferIOException
public void derEncode(DERBuffer buf) throws IOException
derEncode
in class DERObject
buf
- DERBufferIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.