public class S2SCertificateReader extends Object
| Constructor and Description |
|---|
S2SCertificateReader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJksType() |
KeyStore |
getKeyStore() |
String |
getKeyStoreLocation() |
String |
getKeyStorePassword() |
KeyStore |
getTrustStore() |
String |
getTrustStoreLocation() |
String |
getTrustStorePassword() |
void |
setJksType(String jksType) |
void |
setKeyStoreLocation(String keyStoreLocation)
The configuration parameter name that defines the keystore location
|
void |
setKeyStorePassword(String keyStorePassword)
The configuration parameter name that defines the keystore password
|
void |
setTrustStoreLocation(String trustStoreLocation)
The configuration parameter that defines the trust store location
|
void |
setTrustStorePassword(String trustStorePassword)
The configuration parameter the defines the trust store password
|
public KeyStore getKeyStore() throws S2SException
S2SExceptionpublic KeyStore getTrustStore() throws S2SException
S2SExceptionpublic String getKeyStoreLocation()
public void setKeyStoreLocation(String keyStoreLocation)
keyStoreLocation - public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
keyStorePassword - public String getTrustStoreLocation()
public void setTrustStoreLocation(String trustStoreLocation)
trustStoreLocation - public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
trustStorePassword - public String getJksType()
public void setJksType(String jksType)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.