Package | Description |
---|---|
org.bouncycastle.asn1.x509 | |
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cert.bc | |
org.bouncycastle.cert.jcajce |
JCA extensions to the certificate building and processing package.
|
org.bouncycastle.x509.extension |
Helper classes for dealing with common X.509 extensions.
|
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 © 2018 BouncyCastle.org. All rights reserved.