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.
|
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 |
---|---|
static PrivateKey |
BouncyCastlePQCProvider.getPrivateKey(PrivateKeyInfo privateKeyInfo) |
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 |
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.