Class OpenPGPKey

java.lang.Object
org.bouncycastle.openpgp.api.OpenPGPCertificate
org.bouncycastle.openpgp.api.OpenPGPKey

public class OpenPGPKey extends OpenPGPCertificate
An OpenPGPKey (TSK - transferable secret key) is the pendant to an OpenPGPCertificate, but containing the secret key material in addition to the public components. It consists of one or multiple OpenPGPKey.OpenPGPSecretKey objects.