Package | Description |
---|---|
org.bouncycastle.asn1.cmp | |
org.bouncycastle.asn1.crmf | |
org.bouncycastle.asn1.ocsp | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Constructor and Description |
---|
RevDetails(CertTemplate certDetails,
X509Extensions crlEntryDetails)
Deprecated.
use method taking Extensions
|
Modifier and Type | Method and Description |
---|---|
CertTemplateBuilder |
CertTemplateBuilder.setExtensions(X509Extensions extens)
Deprecated.
use method taking Extensions
|
Constructor and Description |
---|
ResponseData(ResponderID responderID,
ASN1GeneralizedTime producedAt,
ASN1Sequence responses,
X509Extensions responseExtensions)
Deprecated.
use method taking Extensions
|
SingleResponse(CertID certID,
CertStatus certStatus,
ASN1GeneralizedTime thisUpdate,
ASN1GeneralizedTime nextUpdate,
X509Extensions singleExtensions)
Deprecated.
use method taking ASN1GeneralizedTime and Extensions
|
TBSRequest(GeneralName requestorName,
ASN1Sequence requestList,
X509Extensions requestExtensions)
Deprecated.
use method taking 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(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
|
Modifier and Type | Method and Description |
---|---|
void |
X509V2CRLGenerator.addCRLEntry(BigInteger userCertificate,
Date revocationDate,
X509Extensions extensions)
Deprecated.
Add a CRL entry with extensions.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.