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) |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyInfo |
PrivateKeyInfoFactory.createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
Create a PrivateKeyInfo representation of a private key.
|
static PrivateKeyInfo |
PrivateKeyInfoFactory.createPrivateKeyInfo(AsymmetricKeyParameter privateKey,
ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes.
|
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 |
COMPOSITE.KeyFactory.generatePrivate(PrivateKeyInfo keyInfo) |
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 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 |
---|---|
static PrivateKeyInfo |
PrivateKeyInfoFactory.createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
Create a PrivateKeyInfo representation of a private key.
|
static PrivateKeyInfo |
PrivateKeyInfoFactory.createPrivateKeyInfo(AsymmetricKeyParameter privateKey,
ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes.
|
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 |
---|---|
static PrivateKey |
BouncyCastlePQCProvider.getPrivateKey(PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
LMSKeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCLMSPrivateKey(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
McElieceCCA2KeyFactorySpi.generatePrivate(PrivateKeyInfo pki) |
PrivateKey |
McElieceKeyFactorySpi.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 |
QTESLAKeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCqTESLAPrivateKey(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) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
XMSSMTKeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
PrivateKey |
XMSSKeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
Constructor and Description |
---|
BCXMSSMTPrivateKey(PrivateKeyInfo keyInfo) |
BCXMSSPrivateKey(PrivateKeyInfo keyInfo) |
Copyright © 2021 BouncyCastle.org. All rights reserved.