|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.AsymmetricCipherKeyPair
public class AsymmetricCipherKeyPair
a holding class for public/private parameter pairs.
| Constructor Summary | |
|---|---|
AsymmetricCipherKeyPair(AsymmetricKeyParameter publicParam,
AsymmetricKeyParameter privateParam)
basic constructor. |
|
AsymmetricCipherKeyPair(CipherParameters publicParam,
CipherParameters privateParam)
Deprecated. use AsymmetricKeyParameter |
|
| Method Summary | |
|---|---|
AsymmetricKeyParameter |
getPrivate()
return the private key parameters. |
AsymmetricKeyParameter |
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(AsymmetricKeyParameter publicParam,
AsymmetricKeyParameter privateParam)
publicParam - a public key parameters object.privateParam - the corresponding private key parameters.
public AsymmetricCipherKeyPair(CipherParameters publicParam,
CipherParameters privateParam)
publicParam - a public key parameters object.privateParam - the corresponding private key parameters.| Method Detail |
|---|
public AsymmetricKeyParameter getPublic()
public AsymmetricKeyParameter getPrivate()
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||