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