Java org.bouncycastle.openpgp PGPPrivateKey fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp PGPPrivateKey fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp PGPPrivateKey.

The text is from its open source code.

Constructor

Method

longgetKeyID()
Return the keyID associated with the contained private key.
BCPGKeygetPrivateKeyDataPacket()
Return the private key packet associated with this private key, if available.
PublicKeyPacketgetPublicKeyPacket()
Return the public key packet associated with this private key, if available.