org.mule.module.pgp
Interface PGPKeyRing

All Known Implementing Classes:
PGPKeyRingImpl

public interface PGPKeyRing


Method Summary
 org.bouncycastle.openpgp.PGPPublicKey getPublicKey(String principalId)
           
 org.bouncycastle.openpgp.PGPSecretKey getSecretKey()
           
 String getSecretPassphrase()
           
 

Method Detail

getSecretPassphrase

String getSecretPassphrase()

getSecretKey

org.bouncycastle.openpgp.PGPSecretKey getSecretKey()

getPublicKey

org.bouncycastle.openpgp.PGPPublicKey getPublicKey(String principalId)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.