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
- Author:
- ariva
|
Field Summary |
protected static Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static 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 KeyBundle getSecretKeyBundle()
- Specified by:
getSecretKeyBundle in interface PGPKeyRing
getPublicKeyRingFileName
public String getPublicKeyRingFileName()
- Returns:
setPublicKeyRingFileName
public void setPublicKeyRingFileName(String value)
- Parameters:
value -
getKeyBundle
public KeyBundle getKeyBundle(String principalId)
- Specified by:
getKeyBundle in interface PGPKeyRing
initialise
public void initialise()
throws InitialisationException
- Throws:
InitialisationException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.