Modifier and Type | Method and Description |
---|---|
SubjectPublicKeyInfo |
CertTemplate.getPublicKey() |
SubjectPublicKeyInfo |
POPOSigningKeyInput.getPublicKey() |
Modifier and Type | Method and Description |
---|---|
CertTemplateBuilder |
CertTemplateBuilder.setPublicKey(SubjectPublicKeyInfo spki) |
Constructor and Description |
---|
POPOSigningKeyInput(GeneralName sender,
SubjectPublicKeyInfo spki)
Creates a new POPOSigningKeyInput with sender name as authInfo.
|
POPOSigningKeyInput(PKMACValue pkmac,
SubjectPublicKeyInfo spki)
Creates a new POPOSigningKeyInput using password-based MAC.
|
Modifier and Type | Method and Description |
---|---|
SubjectPublicKeyInfo |
PublicKeyAndChallenge.getSubjectPublicKeyInfo() |
Modifier and Type | Method and Description |
---|---|
SubjectPublicKeyInfo |
CertificationRequestInfo.getSubjectPublicKeyInfo() |
Constructor and Description |
---|
CertificationRequestInfo(X500Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes)
Basic constructor.
|
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes)
Deprecated.
use X500Name method.
|
Modifier and Type | Method and Description |
---|---|
static SubjectPublicKeyInfo |
SubjectPublicKeyInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static SubjectPublicKeyInfo |
SubjectPublicKeyInfo.getInstance(Object obj) |
SubjectPublicKeyInfo |
Certificate.getSubjectPublicKeyInfo() |
SubjectPublicKeyInfo |
TBSCertificate.getSubjectPublicKeyInfo() |
SubjectPublicKeyInfo |
TBSCertificateStructure.getSubjectPublicKeyInfo() |
SubjectPublicKeyInfo |
X509CertificateStructure.getSubjectPublicKeyInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
V3TBSCertificateGenerator.setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo) |
void |
V1TBSCertificateGenerator.setSubjectPublicKeyInfo(SubjectPublicKeyInfo pubKeyInfo) |
Constructor and Description |
---|
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki)
Deprecated.
create the extension using org.bouncycastle.cert.X509ExtensionUtils
|
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki,
GeneralNames name,
BigInteger serialNumber)
Deprecated.
create the extension using org.bouncycastle.cert.X509ExtensionUtils
|
Modifier and Type | Method and Description |
---|---|
static SubjectPublicKeyInfo |
SubjectPublicKeyInfoFactory.createSubjectPublicKeyInfo(AsymmetricKeyParameter publicKey)
Create a SubjectPublicKeyInfo public key.
|
Modifier and Type | Method and Description |
---|---|
static AsymmetricKeyParameter |
PublicKeyFactory.createKey(SubjectPublicKeyInfo keyInfo)
Create a public key from the passed in SubjectPublicKeyInfo
|
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Constructor and Description |
---|
BCDHPublicKey(SubjectPublicKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Constructor and Description |
---|
BCDSAPublicKey(SubjectPublicKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(SubjectPublicKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
AsymmetricKeyInfoConverter.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
BouncyCastleProvider.getPublicKey(SubjectPublicKeyInfo publicKeyInfo) |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
BouncyCastlePQCProvider.getPublicKey(SubjectPublicKeyInfo publicKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
McElieceCCA2KeyFactorySpi.generatePublic(SubjectPublicKeyInfo pki) |
PublicKey |
McElieceKeyFactorySpi.generatePublic(SubjectPublicKeyInfo pki) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
NHKeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Constructor and Description |
---|
BCNHPublicKey(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
RainbowKeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
Sphincs256KeyFactorySpi.generatePublic(SubjectPublicKeyInfo keyInfo) |
Constructor and Description |
---|
BCSphincs256PublicKey(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedSubjectPublicKeyInfo(SubjectPublicKeyInfo info) |
Copyright © 2018 BouncyCastle.org. All rights reserved.