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, getPublicKey
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