public class JcaPGPKeyPair extends PGPKeyPair
priv, pub| Constructor and Description |
|---|
JcaPGPKeyPair(int algorithm,
java.security.KeyPair keyPair,
java.util.Date date) |
JcaPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
java.security.KeyPair keyPair,
java.util.Date date) |
getKeyID, getPrivateKey, getPublicKeypublic JcaPGPKeyPair(int algorithm,
java.security.KeyPair keyPair,
java.util.Date date)
throws PGPException
PGPExceptionpublic JcaPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
java.security.KeyPair keyPair,
java.util.Date date)
throws PGPException
PGPException