Package | Description |
---|---|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
org.spongycastle.crypto.util |
Some general utility/conversion classes.
|
org.spongycastle.jcajce.provider.asymmetric.ec | |
org.spongycastle.jcajce.provider.asymmetric.util | |
org.spongycastle.jcajce.provider.util | |
org.spongycastle.jce.provider |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyInfo |
PrivateKeyInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static PrivateKeyInfo |
PrivateKeyInfo.getInstance(java.lang.Object obj) |
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 |
---|---|
java.security.PrivateKey |
KeyFactorySpi.generatePrivate(PrivateKeyInfo keyInfo) |
private void |
BCECPrivateKey.populateFromPrivKeyInfo(PrivateKeyInfo info) |
Constructor and Description |
---|
BCECPrivateKey(java.lang.String algorithm,
PrivateKeyInfo info,
ProviderConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyUtil.getEncodedPrivateKeyInfo(PrivateKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
java.security.PrivateKey |
AsymmetricKeyInfoConverter.generatePrivate(PrivateKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
static java.security.PrivateKey |
BouncyCastleProvider.getPrivateKey(PrivateKeyInfo privateKeyInfo) |