org.ogf.graap.wsag.api.security
Class KeystoreCallback

java.lang.Object
  extended by org.ogf.graap.wsag.api.security.KeystoreCallback
All Implemented Interfaces:
Callback

public class KeystoreCallback
extends Object
implements Callback

KeystoreHandler

Author:
Oliver Waeldrich

Constructor Summary
KeystoreCallback()
           
 
Method Summary
 String getKeystorePassword()
           
 String getPrivateKeyPassword()
           
 String getTruststorePassword()
           
 void setKeystorePassword(String keystorePassword)
           
 void setPrivateKeyPassword(String privateKeyPassword)
           
 void setTruststorePassword(String truststorePassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreCallback

public KeystoreCallback()
Method Detail

setKeystorePassword

public void setKeystorePassword(String keystorePassword)
Parameters:
keystorePassword - The keystore password to set.

getPrivateKeyPassword

public String getPrivateKeyPassword()
Returns:
Returns the privateKeyPassword.

setPrivateKeyPassword

public void setPrivateKeyPassword(String privateKeyPassword)
Parameters:
privateKeyPassword - The privateKeyPassword to set.

getKeystorePassword

public String getKeystorePassword()
Returns:
Returns the keystorePassword.

getTruststorePassword

public String getTruststorePassword()
Returns:
the truststorePassword

setTruststorePassword

public void setTruststorePassword(String truststorePassword)
Parameters:
truststorePassword - the truststorePassword to set


Copyright © 2008-2012. All Rights Reserved.