| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.AsymmetricCipherKeyPair
public class 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()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||