Uses of Class
org.bouncycastle.asn1.x509.X509Extensions
-
Packages that use X509Extensions 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. -
-
Uses of X509Extensions in org.bouncycastle.asn1.cmp
Constructors in org.bouncycastle.asn1.cmp with parameters of type X509Extensions Constructor Description RevDetails(CertTemplate certDetails, X509Extensions crlEntryDetails)
Deprecated.use method taking Extensions -
Uses of X509Extensions in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf with parameters of type X509Extensions Modifier and Type Method Description CertTemplateBuilder
CertTemplateBuilder. setExtensions(X509Extensions extens)
Deprecated.use method taking Extensions -
Uses of X509Extensions in org.bouncycastle.asn1.ocsp
Constructors in org.bouncycastle.asn1.ocsp with parameters of type X509Extensions Constructor Description ResponseData(ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, X509Extensions responseExtensions)
Deprecated.use method taking ExtensionsSingleResponse(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, X509Extensions singleExtensions)
Deprecated.use method taking ASN1GeneralizedTime and ExtensionsTBSRequest(GeneralName requestorName, ASN1Sequence requestList, X509Extensions requestExtensions)
Deprecated.use method taking Extensions -
Uses of X509Extensions in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X509Extensions Modifier and Type Method Description X509Extensions
X509ExtensionsGenerator. generate()
Deprecated.Generate an X509Extensions object based on the current state of the generator.X509Extensions
TBSCertificateStructure. getExtensions()
Deprecated.static X509Extensions
X509Extensions. getInstance(Object obj)
Deprecated.static X509Extensions
X509Extensions. getInstance(ASN1TaggedObject obj, boolean explicit)
Deprecated.Methods in org.bouncycastle.asn1.x509 with parameters of type X509Extensions Modifier and Type Method Description boolean
X509Extensions. equivalent(X509Extensions other)
Deprecated.void
V2AttributeCertificateInfoGenerator. setExtensions(X509Extensions extensions)
Deprecated.use method taking Extensionsvoid
V2TBSCertListGenerator. setExtensions(X509Extensions extensions)
void
V3TBSCertificateGenerator. setExtensions(X509Extensions extensions)
Deprecated.use method taking Extensions -
Uses of X509Extensions in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type X509Extensions Modifier and Type Method Description void
X509V2CRLGenerator. addCRLEntry(BigInteger userCertificate, Date revocationDate, X509Extensions extensions)
Deprecated.Add a CRL entry with extensions.
-