PgpPrivateKey
The contained private key.
The Key ID 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.