|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.util.PrivateKeyInfoFactory
Factory to create ASN.1 private key info objects from lightweight private keys.
| Method Summary | |
static PrivateKeyInfo |
createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
Create a PrivateKeyInfo representation of a private key. |
static PrivateKeyInfo |
createPrivateKeyInfo(AsymmetricKeyParameter privateKey,
ASN1Set attributes)
Create a PrivateKeyInfo representation of a private key with attributes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static PrivateKeyInfo createPrivateKeyInfo(AsymmetricKeyParameter privateKey)
throws java.io.IOException
privateKey - the key to be encoded into the info object.
java.io.IOException - on an error encoding the key
public static PrivateKeyInfo createPrivateKeyInfo(AsymmetricKeyParameter privateKey,
ASN1Set attributes)
throws java.io.IOException
privateKey - the key to be encoded into the info object.attributes - the set of attributes to be included.
java.io.IOException - on an error encoding the key
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||