| Package | Description |
|---|---|
| org.bouncycastle.cert | |
| org.bouncycastle.cert.crmf |
| Modifier and Type | Method and Description |
|---|---|
X509v3CertificateBuilder |
X509v3CertificateBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag made up of the passed in parameters.
|
X509v3CertificateBuilder |
X509v3CertificateBuilder.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.
|
X509v2CRLBuilder |
X509v2CRLBuilder.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.
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
byte[] encodedValue)
Add a given extension field for the standard extensions using a byte encoding of the
extension value.
|
X509v3CertificateBuilder |
X509v3CertificateBuilder.addExtension(Extension extension)
Add a given extension field for the standard extensions tag (tag 3).
|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(Extension extension)
Add a given extension field for the standard extensions tag (tag 3).
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addExtension(Extension extension)
Add a given extension field for the standard extensions.
|
X509v3CertificateBuilder |
X509v3CertificateBuilder.replaceExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Replace the extension field for the passed in extension's extension ID
with a new version.
|
X509v2CRLBuilder |
X509v2CRLBuilder.replaceExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Replace the extension field for the passed in extension's extension ID
with a new version.
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.replaceExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Replace the extension field for the passed in extension's extension ID
with a new version.
|
X509v3CertificateBuilder |
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.
|
X509v2CRLBuilder |
X509v2CRLBuilder.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.
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.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 |
X509v3CertificateBuilder.replaceExtension(Extension extension)
Replace the extension field for the passed in extension's extension ID
with a new version.
|
X509v2CRLBuilder |
X509v2CRLBuilder.replaceExtension(Extension extension)
Replace the extension field for the passed in extension's extension ID
with a new version.
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.replaceExtension(Extension extension)
Replace the extension field for the passed in extension's extension ID
with a new version.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
ASN1Encodable value) |
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.