| Modifier and Type | Method and Description |
|---|---|
Extension[] |
ExtensionReq.getExtensions() |
| Constructor and Description |
|---|
ExtensionReq(Extension Extension)
Construct a ExtensionReq object containing one Extension.
|
ExtensionReq(Extension[] extensions) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
CertEtcToken.getExtension() |
| Constructor and Description |
|---|
CertEtcToken(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionsGenerator.getExtension(ASN1ObjectIdentifier oid)
Return the current value of the extension for OID.
|
Extension |
Extensions.getExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier
passed in.
|
static Extension |
Extension.getInstance(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionsGenerator.addExtension(Extension extension)
Add a given extension.
|
void |
ExtensionsGenerator.replaceExtension(Extension extension)
Replace a given extension.
|
| Constructor and Description |
|---|
Extensions(Extension extension)
Base Constructor
|
Extensions(Extension[] extensions)
Base Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Extension |
X509v3CertificateBuilder.getExtension(ASN1ObjectIdentifier oid)
Return the current value of the extension for OID.
|
Extension |
X509v2CRLBuilder.getExtension(ASN1ObjectIdentifier oid)
Return the current value of the extension for OID.
|
Extension |
X509v2AttributeCertificateBuilder.getExtension(ASN1ObjectIdentifier oid)
Return the current value of the extension for OID.
|
Extension |
X509CertificateHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Extension |
X509CRLHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Extension |
X509CRLEntryHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Extension |
X509AttributeCertificateHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
| Modifier and Type | Method and Description |
|---|---|
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(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 |
|---|---|
Extension |
SingleResp.getExtension(ASN1ObjectIdentifier oid) |
Extension |
OCSPReq.getExtension(ASN1ObjectIdentifier oid) |
Extension |
BasicOCSPResp.getExtension(ASN1ObjectIdentifier oid) |
| Modifier and Type | Method and Description |
|---|---|
void |
VPKCRequestBuilder.addTargetChain(Extension extension)
Adds a TargetChain representing a single X.509 Extension to the request
|
| Modifier and Type | Method and Description |
|---|---|
Extension |
TimeStampRequest.getExtension(ASN1ObjectIdentifier oid) |
| Constructor and Description |
|---|
AuthorityKeyIdentifierStructure(Extension extension)
Deprecated.
Constructor which will take an extension
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.