Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
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.
|
Modifier and Type | Method and Description |
---|---|
SubjectKeyIdentifier |
OriginatorIdentifierOrKey.getSubjectKeyIdentifier() |
Constructor and Description |
---|
OriginatorIdentifierOrKey(SubjectKeyIdentifier id) |
Modifier and Type | Method and Description |
---|---|
static SubjectKeyIdentifier |
SubjectKeyIdentifier.fromExtensions(Extensions extensions) |
static SubjectKeyIdentifier |
SubjectKeyIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static SubjectKeyIdentifier |
SubjectKeyIdentifier.getInstance(Object obj) |
Modifier and Type | Method and Description |
---|---|
SubjectKeyIdentifier |
X509ExtensionUtils.createSubjectKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo)
Return a RFC 5280 type 1 key identifier.
|
SubjectKeyIdentifier |
X509ExtensionUtils.createTruncatedSubjectKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo)
Return a RFC 5280 type 2 key identifier.
|
Modifier and Type | Method and Description |
---|---|
SubjectKeyIdentifier |
BcX509ExtensionUtils.createSubjectKeyIdentifier(AsymmetricKeyParameter publicKey)
Return a RFC 3280 type 1 key identifier.
|
Modifier and Type | Method and Description |
---|---|
SubjectKeyIdentifier |
JcaX509ExtensionUtils.createSubjectKeyIdentifier(PublicKey publicKey)
Return a RFC 3280 type 1 key identifier.
|
SubjectKeyIdentifier |
JcaX509ExtensionUtils.createTruncatedSubjectKeyIdentifier(PublicKey publicKey)
Return a RFC 3280 type 2 key identifier.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.