| |
|
| java.lang.Object com.sun.jbi.internal.security.https.jregress.SecurityContextInfo
SecurityContextInfo | public class SecurityContextInfo (Code) | | author: Sun Microsystems, Inc. |
clientKeyAliases | public static String[] clientKeyAliases(Code) | | |
clientKeyPasswords | public static String[] clientKeyPasswords(Code) | | |
clientKeyStorePassword | public static String clientKeyStorePassword(Code) | | |
clientKeyStoreType | public static String clientKeyStoreType(Code) | | |
clientKeyStoreURL | public static String clientKeyStoreURL(Code) | | |
clientTrustStorePassword | public static String clientTrustStorePassword(Code) | | |
clientTrustStoreType | public static String clientTrustStoreType(Code) | | |
clientTrustStoreURL | public static String clientTrustStoreURL(Code) | | |
serverKeyAliases | public static String[] serverKeyAliases(Code) | | |
serverKeyPasswords | public static String[] serverKeyPasswords(Code) | | |
serverKeyStorePassword | public static String serverKeyStorePassword(Code) | | |
serverKeyStoreType | public static String serverKeyStoreType(Code) | | |
serverKeyStoreURL | public static String serverKeyStoreURL(Code) | | |
serverTrustStorePassword | public static String serverTrustStorePassword(Code) | | |
serverTrustStoreType | public static String serverTrustStoreType(Code) | | |
serverTrustStoreURL | public static String serverTrustStoreURL(Code) | | |
SecurityContextInfo | public SecurityContextInfo(String keystoreBase)(Code) | | |
getClientKeyAliases | public String[] getClientKeyAliases()(Code) | | Client Key Aliases |
getClientKeyPasswords | public String[] getClientKeyPasswords()(Code) | | Server Key Passwords |
getClientKeyStorePassword | public String getClientKeyStorePassword()(Code) | | the Client KeyStore Passowrd |
getClientKeyStoreType | public String getClientKeyStoreType()(Code) | | the Client Key Store Type |
getClientKeyStoreURL | public String getClientKeyStoreURL()(Code) | | the Client KeyStore URL |
getClientTrustStorePassword | public String getClientTrustStorePassword()(Code) | | the Client Trust Passowrd |
getClientTrustStoreType | public String getClientTrustStoreType()(Code) | | the Client Trust Store Type |
getClientTrustStoreURL | public String getClientTrustStoreURL()(Code) | | the Client Trust URL |
getServerKeyAliases | public String[] getServerKeyAliases()(Code) | | Server Key Aliases |
getServerKeyPasswords | public String[] getServerKeyPasswords()(Code) | | Server Key Passwords |
getServerKeyStorePassword | public String getServerKeyStorePassword()(Code) | | the Server KeyStore Passowrd |
getServerKeyStoreType | public String getServerKeyStoreType()(Code) | | the Server KeyStore Type |
getServerKeyStoreURL | public String getServerKeyStoreURL()(Code) | | the Server KeyStore URL |
getServerTrustStorePassword | public String getServerTrustStorePassword()(Code) | | the Server TrustStore Passowrd |
getServerTrustStoreType | public String getServerTrustStoreType()(Code) | | the Server TrustStore Type |
getServerTrustStoreURL | public String getServerTrustStoreURL()(Code) | | the Server TrustStore URL |
|
|
|