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
|
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 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.