public class DERApplicationSpecific extends DERObject
| Constructor and Description |
|---|
DERApplicationSpecific(int tag,
byte[] value)
Basic DERObject constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ASN1OutputStream out) |
int |
getApplicationTag() |
DEREncodable |
getObject() |
static DERApplicationSpecific |
valueOf(int tag,
DEREncodable object)
Static factory method, type-conversion operator.
|
public DERApplicationSpecific(int tag,
byte[] value)
public static DERApplicationSpecific valueOf(int tag, DEREncodable object) throws IOException
IOExceptionpublic int getApplicationTag()
public DEREncodable getObject() throws IOException
IOExceptionpublic void encode(ASN1OutputStream out) throws IOException
encode in interface DEREncodableencode in class DERObjectIOExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.