|
Bouncy Castle Cryptography Library 1.36 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.util.PrivateKeyFactory
Factory for creating private key objects from PKCS8 PrivateKeyInfo objects.
| Constructor Summary | |
PrivateKeyFactory()
|
|
| Method Summary | |
static AsymmetricKeyParameter |
createKey(PrivateKeyInfo keyInfo)
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrivateKeyFactory()
| Method Detail |
public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo)
throws java.io.IOException
keyInfo - the PrivateKeyInfo object containing the key material
java.io.IOException - on an error decoding the key
|
Bouncy Castle Cryptography Library 1.36 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||