Package | Description |
---|---|
org.bouncycastle.asn1 |
Modifier and Type | Interface and Description |
---|---|
interface |
ASN1ApplicationSpecificParser
Interface to parse ASN.1 application specific objects.
|
interface |
ASN1OctetStringParser
A basic parser for an OCTET STRING object
|
interface |
ASN1SequenceParser
A basic parser for a SEQUENCE object
|
interface |
ASN1SetParser
A basic parser for a SET object
|
interface |
ASN1TaggedObjectParser |
Modifier and Type | Class and Description |
---|---|
class |
ASN1OctetString
Abstract base for the ASN.1 OCTET STRING data type
|
class |
ASN1TaggedObject
ASN.1 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).
|
class |
BERApplicationSpecificParser |
class |
BERConstructedOctetString
Deprecated.
use BEROctetString
|
class |
BEROctetString |
class |
BEROctetStringParser |
class |
BERSequenceParser |
class |
BERSetParser |
class |
BERTaggedObject
BER 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).
|
class |
BERTaggedObjectParser |
class |
DERExternalParser |
class |
DEROctetString |
class |
DEROctetStringParser |
class |
DERSequenceParser |
class |
DERSetParser |
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).
|
class |
DLTaggedObject
Definite Length 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).
|
Copyright © 2016 BouncyCastle.org. All rights reserved.