Modifier and Type | Method and Description |
---|---|
PrivateKeyInfo |
EncKeyWithID.getPrivateKey() |
Constructor and Description |
---|
EncKeyWithID(PrivateKeyInfo privKeyInfo) |
EncKeyWithID(PrivateKeyInfo privKeyInfo,
DERUTF8String str) |
EncKeyWithID(PrivateKeyInfo privKeyInfo,
GeneralName generalName) |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyInfo |
PrivateKeyInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static PrivateKeyInfo |
PrivateKeyInfo.getInstance(Object obj) |
Constructor and Description |
---|
PKIArchiveControlBuilder(PrivateKeyInfo privateKeyInfo,
GeneralName generalName)
Basic constructor - specify the contents of the PKIArchiveControl structure.
|
Modifier and Type | Method and Description |
---|---|
static PrivateKeyInfo |
PrivateKeyInfoFactory.createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
Create a PrivateKeyInfo representation of a private key.
|
Modifier and Type | Method and Description |
---|---|
static AsymmetricKeyParameter |
PrivateKeyFactory.createKey(PrivateKeyInfo keyInfo)
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object.
|
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCDHPrivateKey(PrivateKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCDSAPrivateKey(PrivateKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedPrivateKeyInfo(PrivateKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
AsymmetricKeyInfoConverter.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static PrivateKey |
BouncyCastleProvider.getPrivateKey(PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKeyInfo |
PEMKeyPair.getPrivateKeyInfo() |
Constructor and Description |
---|
PEMKeyPair(SubjectPublicKeyInfo publicKeyInfo,
PrivateKeyInfo privateKeyInfo) |
PKCS8Generator(PrivateKeyInfo key,
OutputEncryptor outputEncryptor)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
PrivateKey |
JcaPEMKeyConverter.getPrivateKey(PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKeyInfo |
PKCS8EncryptedPrivateKeyInfo.decryptPrivateKeyInfo(InputDecryptorProvider inputDecryptorProvider) |
Constructor and Description |
---|
PKCS12SafeBagBuilder(PrivateKeyInfo privateKeyInfo) |
PKCS12SafeBagBuilder(PrivateKeyInfo privateKeyInfo,
OutputEncryptor encryptor) |
PKCS8EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKeyInfo |
PKIXIdentity.getPrivateKeyInfo()
Return the private key info for this identity.
|
Constructor and Description |
---|
PKIXIdentity(PrivateKeyInfo privateKeyInfo,
X509CertificateHolder[] certificateHolders) |
Modifier and Type | Method and Description |
---|---|
static PrivateKey |
BouncyCastlePQCProvider.getPrivateKey(PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
McElieceKeyFactorySpi.generatePrivate(PrivateKeyInfo pki) |
PrivateKey |
McElieceCCA2KeyFactorySpi.generatePrivate(PrivateKeyInfo pki) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
NHKeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCNHPrivateKey(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
RainbowKeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
Sphincs256KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCSphincs256PrivateKey(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedPrivateKeyInfo(PrivateKeyInfo info) |
Copyright © 2018 BouncyCastle.org. All rights reserved.