|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1External
Class representing the DER-type External
Method Summary | |
ASN1Primitive |
getDataValueDescriptor()
Returns the data value descriptor |
ASN1ObjectIdentifier |
getDirectReference()
Returns the direct reference of the external element |
int |
getEncoding()
Returns the encoding of the content. |
ASN1Primitive |
getExternalContent()
Returns the content of this element |
ASN1Integer |
getIndirectReference()
Returns the indirect reference of this element |
static ASN1External |
getInstance(ASN1TaggedObject taggedObject,
boolean explicit)
|
static ASN1External |
getInstance(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
getEncoded, getEncoded, hasEncodedTagValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ASN1External getInstance(java.lang.Object obj)
public static ASN1External getInstance(ASN1TaggedObject taggedObject, boolean explicit)
public int hashCode()
hashCode
in class ASN1Primitive
public ASN1Primitive getDataValueDescriptor()
public ASN1ObjectIdentifier getDirectReference()
public int getEncoding()
public ASN1Primitive getExternalContent()
public ASN1Integer getIndirectReference()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |