org.mule.extras.pgp
Class PGPKeyRingImpl
java.lang.Object
org.mule.extras.pgp.PGPKeyRingImpl
- All Implemented Interfaces:
- PGPKeyRing
public class PGPKeyRingImpl
- extends Object
- implements PGPKeyRing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Log logger
PGPKeyRingImpl
public PGPKeyRingImpl()
getSecretKeyRingFileName
public String getSecretKeyRingFileName()
setSecretKeyRingFileName
public void setSecretKeyRingFileName(String value)
getSecretAliasId
public String getSecretAliasId()
setSecretAliasId
public void setSecretAliasId(String value)
getSecretPassphrase
public String getSecretPassphrase()
- Specified by:
getSecretPassphrase
in interface PGPKeyRing
setSecretPassphrase
public void setSecretPassphrase(String value)
getSecretKeyBundle
public cryptix.pki.KeyBundle getSecretKeyBundle()
- Specified by:
getSecretKeyBundle
in interface PGPKeyRing
getPublicKeyRingFileName
public String getPublicKeyRingFileName()
- Returns:
setPublicKeyRingFileName
public void setPublicKeyRingFileName(String value)
- Parameters:
value
-
getKeyBundle
public cryptix.pki.KeyBundle getKeyBundle(String principalId)
- Specified by:
getKeyBundle
in interface PGPKeyRing
initialise
public void initialise()
throws InitialisationException
- Throws:
InitialisationException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.