Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Field and Description |
---|---|
(package private) X509Extensions |
TBSCertificateStructure.extensions |
Modifier and Type | Method and Description |
---|---|
X509Extensions |
X509ExtensionsGenerator.generate()
Deprecated.
Generate an X509Extensions object based on the current state of the generator.
|
X509Extensions |
TBSCertificateStructure.getExtensions() |
static X509Extensions |
X509Extensions.getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated.
|
static X509Extensions |
X509Extensions.getInstance(java.lang.Object obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
X509Extensions.equivalent(X509Extensions other)
Deprecated.
|
void |
V2TBSCertListGenerator.setExtensions(X509Extensions extensions) |
void |
V3TBSCertificateGenerator.setExtensions(X509Extensions extensions)
Deprecated.
use method taking Extensions
|
void |
V2AttributeCertificateInfoGenerator.setExtensions(X509Extensions extensions)
Deprecated.
use method taking Extensions
|