Uses of Class
org.bouncycastle.asn1.x509.Extension
Packages that use Extension
Package
Description
-
Uses of Extension in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ExtensionModifier and TypeMethodDescriptionstatic ExtensionExtension.create(ASN1ObjectIdentifier extnId, boolean critical, ASN1Encodable value) Helper method to create an extension from any ASN.1 encodable object.Extensions.getExtension(ASN1ObjectIdentifier oid) return the extension represented by the object identifier passed in.static ExtensionExtensions.getExtension(Extensions extensions, ASN1ObjectIdentifier oid) ExtensionsGenerator.getExtension(ASN1ObjectIdentifier oid) Return the current value of the extension for OID.static ExtensionExtension.getInstance(Object obj) Methods in org.bouncycastle.asn1.x509 with parameters of type ExtensionModifier and TypeMethodDescriptionvoidExtensionsGenerator.addExtension(Extension extension) Add a given extension.voidExtensionsGenerator.replaceExtension(Extension extension) Replace a given extension.Constructors in org.bouncycastle.asn1.x509 with parameters of type ExtensionModifierConstructorDescriptionExtensions(Extension extension) Base ConstructorExtensions(Extension[] extensions) Base Constructor -
Uses of Extension in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return ExtensionModifier and TypeMethodDescriptionX509AttributeCertificateHolder.getExtension(ASN1ObjectIdentifier oid) Look up the extension associated with the passed in OID.X509CertificateHolder.getExtension(ASN1ObjectIdentifier oid) Look up the extension associated with the passed in OID.X509CRLEntryHolder.getExtension(ASN1ObjectIdentifier oid) Look up the extension associated with the passed in OID.X509CRLHolder.getExtension(ASN1ObjectIdentifier oid) Look up the extension associated with the passed in OID.X509v2AttributeCertificateBuilder.getExtension(ASN1ObjectIdentifier oid) Return the current value of the extension for OID.X509v2CRLBuilder.getExtension(ASN1ObjectIdentifier oid) Return the current value of the extension for OID.X509v3CertificateBuilder.getExtension(ASN1ObjectIdentifier oid) Return the current value of the extension for OID.static ExtensionDeltaCertificateTool.makeDeltaCertificateExtension(boolean isCritical, X509CertificateHolder deltaCert) Methods in org.bouncycastle.cert with parameters of type ExtensionModifier and TypeMethodDescriptionX509v2AttributeCertificateBuilder.addExtension(Extension extension) Add a given extension field for the standard extensions.X509v2CRLBuilder.addExtension(Extension extension) Add a given extension field for the standard extensions tag (tag 3).X509v3CertificateBuilder.addExtension(Extension extension) Add a given extension field for the standard extensions tag (tag 3).X509v2AttributeCertificateBuilder.replaceExtension(Extension extension) Replace the extension field for the passed in extension's extension ID with a new version.X509v2CRLBuilder.replaceExtension(Extension extension) Replace the extension field for the passed in extension's extension ID with a new version.X509v3CertificateBuilder.replaceExtension(Extension extension) Replace the extension field for the passed in extension's extension ID with a new version. -
Uses of Extension in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp that return ExtensionModifier and TypeMethodDescriptionBasicOCSPResp.getExtension(ASN1ObjectIdentifier oid) OCSPReq.getExtension(ASN1ObjectIdentifier oid) SingleResp.getExtension(ASN1ObjectIdentifier oid) -
Uses of Extension in org.bouncycastle.dvcs
Methods in org.bouncycastle.dvcs with parameters of type ExtensionModifier and TypeMethodDescriptionvoidVPKCRequestBuilder.addTargetChain(Extension extension) Adds a TargetChain representing a single X.509 Extension to the request -
Uses of Extension in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return Extension -
Uses of Extension in org.bouncycastle.x509.extension
Constructors in org.bouncycastle.x509.extension with parameters of type ExtensionModifierConstructorDescriptionAuthorityKeyIdentifierStructure(Extension extension) Deprecated.Constructor which will take an extension