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

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

Introduction

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

The text is from its open source code.

Implementation

org.bouncycastle.openpgp.PGPKeyRing has the following implementations.
Click this link to see all its implementation.

Method

PGPPublicKeygetPublicKey(long keyID)
Return the public key referred to by the passed in keyID if it is present.
PGPPublicKeygetPublicKey(byte[] fingerprint)
Return the public key with the passed in fingerprint if it is present.
IteratorgetPublicKeys()
Return an iterator containing all the public keys.