Package | Description |
---|---|
org.bouncycastle.asn1.x509 | |
org.bouncycastle.x509.extension |
Helper classes for dealing with common X.509 extensions.
|
Modifier and Type | Method and Description |
---|---|
X509Extension |
X509Extensions.getExtension(ASN1ObjectIdentifier oid)
Deprecated.
return the extension represented by the object identifier
passed in.
|
Modifier and Type | Method and Description |
---|---|
static ASN1Primitive |
X509Extension.convertValueToObject(X509Extension ext)
Deprecated.
Convert the value of the passed in extension to an object
|
Constructor and Description |
---|
AuthorityKeyIdentifierStructure(X509Extension extension)
Deprecated.
use constructor that takes Extension
|
Copyright © 2021 BouncyCastle.org. All rights reserved.