public class JcaPGPKeyPair extends PGPKeyPair
priv, pub
Constructor and Description |
---|
JcaPGPKeyPair(int algorithm,
KeyPair keyPair,
Date date) |
JcaPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
KeyPair keyPair,
Date date) |
public JcaPGPKeyPair(int algorithm, KeyPair keyPair, Date date) throws PGPException
PGPException
public JcaPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, KeyPair keyPair, Date date) throws PGPException
PGPException
Copyright © 2018 BouncyCastle.org. All rights reserved.