org.mule.extras.pgp
Class PGPKeyRingImpl
java.lang.Object
org.mule.extras.pgp.PGPKeyRingImpl
- All Implemented Interfaces:
- PGPKeyRing
- public class PGPKeyRingImpl
- extends java.lang.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 transient Log logger
PGPKeyRingImpl
public PGPKeyRingImpl()
getSecretKeyRingFileName
public java.lang.String getSecretKeyRingFileName()
setSecretKeyRingFileName
public void setSecretKeyRingFileName(java.lang.String value)
getSecretAliasId
public java.lang.String getSecretAliasId()
setSecretAliasId
public void setSecretAliasId(java.lang.String value)
getSecretPassphrase
public java.lang.String getSecretPassphrase()
- Specified by:
getSecretPassphrase
in interface PGPKeyRing
setSecretPassphrase
public void setSecretPassphrase(java.lang.String value)
getSecretKeyBundle
public KeyBundle getSecretKeyBundle()
- Specified by:
getSecretKeyBundle
in interface PGPKeyRing
getPublicKeyRingFileName
public java.lang.String getPublicKeyRingFileName()
- Returns:
setPublicKeyRingFileName
public void setPublicKeyRingFileName(java.lang.String value)
- Parameters:
value
-
getKeyBundle
public KeyBundle getKeyBundle(java.lang.String principalId)
- Specified by:
getKeyBundle
in interface PGPKeyRing
initialise
public void initialise()
throws InitialisationException
- Throws:
InitialisationException
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.