Package | Description |
---|---|
org.bouncycastle.asn1.cmc | |
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.x509.extension |
Helper classes for dealing with common X.509 extensions.
|
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
|
Constructor and Description |
---|
AuthorityKeyIdentifierStructure(Extension extension)
Deprecated.
Constructor which will take an extension
|
Copyright © 2020 BouncyCastle.org. All rights reserved.