Bouncy Castle Cryptography Library 1.48

org.bouncycastle.asn1
Class BERApplicationSpecific

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.DERApplicationSpecific
              extended by org.bouncycastle.asn1.BERApplicationSpecific
All Implemented Interfaces:
ASN1Encodable

public class BERApplicationSpecific
extends DERApplicationSpecific


Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BERApplicationSpecific

public BERApplicationSpecific(int tagNo,
                              ASN1EncodableVector vec)

Bouncy Castle Cryptography Library 1.48