PgpPrivateKey
The contained private key.
The keyId associated with the contained private key.
The public key packet associated with this private key, if available.
public PgpPrivateKey(long keyID, PublicKeyPacket publicKeyPacket, AsymmetricKeyParameter privateKey)
Create a PgpPrivateKey from a keyID, the associated public data packet, and a regular private key.