Package | Description |
---|---|
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cert.crmf |
Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.
|
Modifier and Type | Method and Description |
---|---|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
boolean isCritical,
org.bouncycastle.asn1.ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
boolean isCritical,
org.bouncycastle.asn1.ASN1Encodable value)
Add a given extension field for the standard extensions tag
|
X509v3CertificateBuilder |
X509v3CertificateBuilder.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
boolean isCritical,
org.bouncycastle.asn1.ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(org.bouncycastle.asn1.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(org.bouncycastle.asn1.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 |
X509v3CertificateBuilder.addExtension(org.bouncycastle.asn1.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.
|
Modifier and Type | Method and Description |
---|---|
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
boolean critical,
org.bouncycastle.asn1.ASN1Encodable value) |
Copyright © 2016 BouncyCastle.org. All rights reserved.