Example usage for org.bouncycastle.openpgp PGPKeyRing interface-usage

List of usage examples for org.bouncycastle.openpgp PGPKeyRing interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.openpgp PGPKeyRing interface-usage.

Usage

From source file org.mule.module.pgp.PGPKeyRingImpl.java

public class PGPKeyRingImpl implements PGPKeyRing, Initialisable {
    protected static final Log logger = LogFactory.getLog(PGPKeyRingImpl.class);

    private String publicKeyRingFileName;

    private HashMap<String, PGPPublicKey> principalsKeyBundleMap;