public class DEROid extends DERObject
Constructor and Description |
---|
DEROid()
Default constructor
|
DEROid(java.lang.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
|
java.lang.String |
getOid()
Return the object identifier string
|
java.lang.String |
toString()
Return the OID as a string
|
public DEROid()
public DEROid(java.lang.String oid)
oid
- Stringpublic final java.lang.String getOid()
public void derDecode(DERBuffer buf) throws java.io.IOException
public void derEncode(DERBuffer buf) throws java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.