Method | Description | |
---|---|---|
PgpPrivateKey ( |
Create a PgpPrivateKey from a regular private key and the ID of its associated public key.
|
public PgpPrivateKey ( |
||
privateKey | Private key to use. | |
keyId | long | ID of the corresponding public key. |
return | System |