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
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, isConstructedMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Constructor Details
-
BERApplicationSpecific
-