public class DefaultSecurityContext extends Object implements SecurityContext
| Constructor and Description |
|---|
DefaultSecurityContext(KeyStore keyStore,
String keyStoreFile,
String keyStoreFilePath,
char[] keyStorePassword,
String keyStorePasswordFile,
KeyStore trustStore,
String trustStoreFile,
String trustStoreFilePath,
char[] trustStorePassword) |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
getKeyStore() |
String |
getKeyStoreFile() |
String |
getKeyStoreFilePath() |
char[] |
getKeyStorePassword() |
String |
getKeyStorePasswordFile() |
KeyStore |
getTrustStore() |
String |
getTrustStoreFile() |
String |
getTrustStoreFilePath() |
char[] |
getTrustStorePassword() |
public DefaultSecurityContext(KeyStore keyStore, String keyStoreFile, String keyStoreFilePath, char[] keyStorePassword, String keyStorePasswordFile, KeyStore trustStore, String trustStoreFile, String trustStoreFilePath, char[] trustStorePassword) throws KeyStoreException, NoSuchAlgorithmException
public String getKeyStoreFile()
getKeyStoreFile in interface SecurityContextpublic KeyStore getKeyStore()
getKeyStore in interface SecurityContextpublic KeyStore getTrustStore()
getTrustStore in interface SecurityContextpublic char[] getKeyStorePassword()
getKeyStorePassword in interface SecurityContextpublic char[] getTrustStorePassword()
getTrustStorePassword in interface SecurityContextpublic String getKeyStoreFilePath()
public String getTrustStoreFile()
public String getTrustStoreFilePath()
public String getKeyStorePasswordFile()
Copyright © 2014–2016. All rights reserved.