| Package | Description |
|---|---|
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.cert | |
| org.bouncycastle.cert.bc | |
| org.bouncycastle.cert.jcajce | |
| org.bouncycastle.x509.extension |
| Modifier and Type | Method and Description |
|---|---|
static AuthorityKeyIdentifier |
AuthorityKeyIdentifier.fromExtensions(Extensions extensions) |
static AuthorityKeyIdentifier |
AuthorityKeyIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static AuthorityKeyIdentifier |
AuthorityKeyIdentifier.getInstance(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityKeyIdentifier |
X509ExtensionUtils.createAuthorityKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo)
Create an AuthorityKeyIdentifier from the passed in SubjectPublicKeyInfo.
|
AuthorityKeyIdentifier |
X509ExtensionUtils.createAuthorityKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo,
GeneralNames generalNames,
BigInteger serial)
Create an AuthorityKeyIdentifier from the passed in arguments.
|
AuthorityKeyIdentifier |
X509ExtensionUtils.createAuthorityKeyIdentifier(X509CertificateHolder certHolder)
Create an AuthorityKeyIdentifier from the passed in arguments.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorityKeyIdentifier |
BcX509ExtensionUtils.createAuthorityKeyIdentifier(AsymmetricKeyParameter publicKey) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityKeyIdentifier |
JcaX509ExtensionUtils.createAuthorityKeyIdentifier(PublicKey pubKey) |
AuthorityKeyIdentifier |
JcaX509ExtensionUtils.createAuthorityKeyIdentifier(PublicKey pubKey,
GeneralNames generalNames,
BigInteger serial) |
AuthorityKeyIdentifier |
JcaX509ExtensionUtils.createAuthorityKeyIdentifier(PublicKey pubKey,
X500Principal name,
BigInteger serial) |
AuthorityKeyIdentifier |
JcaX509ExtensionUtils.createAuthorityKeyIdentifier(X509Certificate cert) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorityKeyIdentifierStructure
Deprecated.
use JcaX509ExtensionUtils and AuthorityKeyIdentifier.getInstance()
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.