|
Bouncy Castle Cryptography 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.AsymmetricCipherKeyPair
a holding class for public/private parameter pairs.
| Constructor Summary | |
AsymmetricCipherKeyPair(CipherParameters publicParam,
CipherParameters privateParam)
basic constructor. |
|
| Method Summary | |
CipherParameters |
getPrivate()
return the private key parameters. |
CipherParameters |
getPublic()
return the public key parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AsymmetricCipherKeyPair(CipherParameters publicParam,
CipherParameters privateParam)
publicParam - a public key parameters object.privateParam - the corresponding private key parameters.| Method Detail |
public CipherParameters getPublic()
public CipherParameters getPrivate()
|
Bouncy Castle Cryptography 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||