|
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.openpgp.PGPKeyPair
org.bouncycastle.openpgp.operator.jcajce.JcaPGPKeyPair
public class JcaPGPKeyPair
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.openpgp.PGPKeyPair |
|---|
priv, pub |
| Constructor Summary | |
|---|---|
JcaPGPKeyPair(int algorithm,
java.security.KeyPair keyPair,
java.util.Date date)
|
|
JcaPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
java.security.KeyPair keyPair,
java.util.Date date)
|
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.openpgp.PGPKeyPair |
|---|
getKeyID, getPrivateKey, getPublicKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcaPGPKeyPair(int algorithm,
java.security.KeyPair keyPair,
java.util.Date date)
throws PGPException
PGPException
public JcaPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
java.security.KeyPair keyPair,
java.util.Date date)
throws PGPException
PGPException
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||