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
IOException
public int getApplicationTag()
public DEREncodable getObject() throws IOException
IOException
public void encode(ASN1OutputStream out) throws IOException
encode
in interface DEREncodable
encode
in class DERObject
IOException
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.