org.ogf.graap.wsag.api.security
Class KeystoreCallback
java.lang.Object
org.ogf.graap.wsag.api.security.KeystoreCallback
- All Implemented Interfaces:
- Callback
public class KeystoreCallback
- extends Object
- implements Callback
KeystoreHandler
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystoreCallback
public KeystoreCallback()
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.