List of usage examples for org.bouncycastle.openpgp PGPKeyRing interface-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;