|
Bouncy Castle Cryptography Library 1.48 | ||||||||
| 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.ASN1TaggedObject
org.bouncycastle.asn1.DERTaggedObject
public class DERTaggedObject
DER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).
| Constructor Summary | |
|---|---|
DERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj)
|
|
DERTaggedObject(int tagNo,
ASN1Encodable encodable)
|
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.asn1.ASN1TaggedObject |
|---|
getInstance, getInstance, getLoadedObject, getObject, getObjectParser, getTagNo, hashCode, isEmpty, isExplicit, toString |
| 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, wait, wait, wait |
| Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable |
|---|
toASN1Primitive |
| Constructor Detail |
|---|
public DERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj)
explicit - true if an explicitly tagged object.tagNo - the tag number for this object.obj - the tagged object.
public DERTaggedObject(int tagNo,
ASN1Encodable encodable)
|
Bouncy Castle Cryptography Library 1.48 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||