Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
ASN1Boolean |
Modifier and Type | Method and Description |
---|---|
static DERBoolean |
DERBoolean.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Boolean from a tagged object.
|
Modifier and Type | Field and Description |
---|---|
(package private) DERBoolean |
BasicConstraints.cA |
Constructor and Description |
---|
X509Extension(DERBoolean critical,
ASN1OctetString value) |