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
A parser for indefinite-length application specific objects.
|
class |
BERConstructedOctetString
Deprecated.
use BEROctetString
|
class |
BEROctetString |
class |
BEROctetStringParser
A parser for indefinite-length OCTET STRINGs.
|
class |
BERSequenceParser
Parser for indefinite-length SEQUENCEs.
|
class |
BERSetParser
Parser for indefinite-length SETs.
|
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
Parser for indefinite-length tagged objects.
|
class |
DERExternalParser
Parser DER EXTERNAL tagged objects.
|
class |
DEROctetString
Carrier class for a DER encoding OCTET STRING
|
class |
DEROctetStringParser
Parse for DER encoded OCTET STRINGS
|
class |
DERSequenceParser
Parser class for DER SEQUENCEs.
|
class |
DERSetParser
Parser class for DER SETs.
|
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 © 2017 BouncyCastle.org. All rights reserved.