org.mule.extras.pgp
Class PGPKeyRingImpl

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
PGPKeyRingImpl()
           
 
Method Summary
 KeyBundle getKeyBundle(java.lang.String principalId)
           
 java.lang.String getPublicKeyRingFileName()
           
 java.lang.String getSecretAliasId()
           
 KeyBundle getSecretKeyBundle()
           
 java.lang.String getSecretKeyRingFileName()
           
 java.lang.String getSecretPassphrase()
           
 void initialise()
           
 void setPublicKeyRingFileName(java.lang.String value)
           
 void setSecretAliasId(java.lang.String value)
           
 void setSecretKeyRingFileName(java.lang.String value)
           
 void setSecretPassphrase(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger
Constructor Detail

PGPKeyRingImpl

public PGPKeyRingImpl()
Method Detail

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.