Package org.bouncycastle.asn1
Class BERApplicationSpecific
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.DERApplicationSpecific
-
- org.bouncycastle.asn1.BERApplicationSpecific
-
- All Implemented Interfaces:
ASN1Encodable,Encodable
public class BERApplicationSpecific extends DERApplicationSpecific
-
-
Constructor Summary
Constructors Constructor Description BERApplicationSpecific(int tagNo, ASN1EncodableVector vec)
-
Method Summary
-
Methods inherited from class org.bouncycastle.asn1.DERApplicationSpecific
getApplicationTag, getContents, getInstance, getObject, getObject, hashCode, isConstructed
-
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1Primitive
-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
-
-
-
Constructor Detail
-
BERApplicationSpecific
public BERApplicationSpecific(int tagNo, ASN1EncodableVector vec)
-
-