Uses of Class
org.bouncycastle.cert.X509v3CertificateBuilder
Packages that use X509v3CertificateBuilder
-
Uses of X509v3CertificateBuilder in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X509v3CertificateBuilderModifier and TypeMethodDescriptionX509v3CertificateBuilder.addExtension(ASN1ObjectIdentifier oid, boolean isCritical, byte[] encodedValue) Add a given extension field for the standard extensions tag (tag 3) using a byte encoding of the extension value.X509v3CertificateBuilder.addExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value) 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).X509v3CertificateBuilder.copyAndAddExtension(ASN1ObjectIdentifier oid, boolean isCritical, X509CertificateHolder certHolder) Add a given extension field for the standard extensions tag (tag 3) copying the extension value from another certificate.X509v3CertificateBuilder.removeExtension(ASN1ObjectIdentifier oid) Remove the extension indicated by OID.X509v3CertificateBuilder.replaceExtension(ASN1ObjectIdentifier oid, boolean isCritical, byte[] encodedValue) Replace a given extension field for the standard extensions tag (tag 3) with the passed in byte encoded extension value.X509v3CertificateBuilder.replaceExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value) 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.X509v3CertificateBuilder.setIssuerUniqueID(boolean[] uniqueID) Set the issuerUniqueID - note: it is very rare that it is correct to do this.X509v3CertificateBuilder.setSubjectUniqueID(boolean[] uniqueID) Set the subjectUniqueID - note: it is very rare that it is correct to do this. -
Uses of X509v3CertificateBuilder in org.bouncycastle.cert.bc
Subclasses of X509v3CertificateBuilder in org.bouncycastle.cert.bcModifier and TypeClassDescriptionclassJCA helper class to allow BC lightweight objects to be used in the construction of a Version 3 certificate. -
Uses of X509v3CertificateBuilder in org.bouncycastle.cert.jcajce
Subclasses of X509v3CertificateBuilder in org.bouncycastle.cert.jcajceModifier and TypeClassDescriptionclassJCA helper class to allow JCA objects to be used in the construction of a Version 3 certificate.