Uses of Class
org.bouncycastle.asn1.x509.X509Extensions
Packages that use X509Extensions
-
Uses of X509Extensions in org.bouncycastle.asn1.ocsp
Constructors in org.bouncycastle.asn1.ocsp with parameters of type X509ExtensionsModifierConstructorDescriptionResponseData(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 X509ExtensionsModifier and TypeMethodDescriptionX509ExtensionsGenerator.generate()Deprecated.Generate an X509Extensions object based on the current state of the generator.TBSCertificateStructure.getExtensions()Deprecated.static X509ExtensionsX509Extensions.getInstance(Object obj) Deprecated.static X509ExtensionsX509Extensions.getInstance(ASN1TaggedObject obj, boolean explicit) Deprecated.Methods in org.bouncycastle.asn1.x509 with parameters of type X509ExtensionsModifier and TypeMethodDescriptionbooleanX509Extensions.equivalent(X509Extensions other) Deprecated.voidV2AttributeCertificateInfoGenerator.setExtensions(X509Extensions extensions) Deprecated.use method taking ExtensionsvoidV2TBSCertListGenerator.setExtensions(X509Extensions extensions) voidV3TBSCertificateGenerator.setExtensions(X509Extensions extensions) Deprecated.use method taking Extensions -
Uses of X509Extensions in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type X509ExtensionsModifier and TypeMethodDescriptionvoidX509V2CRLGenerator.addCRLEntry(BigInteger userCertificate, Date revocationDate, X509Extensions extensions) Deprecated.Add a CRL entry with extensions.