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

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

Introduction

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

The text is from its open source code.

Constructor

PGPKeyPair(PGPPublicKey pub, PGPPrivateKey priv)
Create a key pair from a PGPPrivateKey and a PGPPublicKey.

Method

longgetKeyID()
Return the keyID associated with this key pair.
PGPPrivateKeygetPrivateKey()
PGPPublicKeygetPublicKey()