public class DERApplicationSpecific extends DERObject
| Constructor and Description |
|---|
DERApplicationSpecific()
Default constructor
|
DERApplicationSpecific(byte[] byts)
Class constructor
|
DERApplicationSpecific(int tagId,
byte[] byts)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
derDecode(DERBuffer buf)
DER decode the object
|
void |
derEncode(DERBuffer buf)
DER encode the object
|
byte[] |
getValue()
Return the bytes
|
java.lang.String |
toString()
Return the string details as a string
|
public DERApplicationSpecific()
public DERApplicationSpecific(byte[] byts)
byts - byte[]public DERApplicationSpecific(int tagId,
byte[] byts)
tagId - intbyts - byte[]public byte[] getValue()
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.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.