com.sun.portal.proxylet.crypt.jsse |
|
Java Source File Name | Type | Comment |
KeyStoreType.java | Class | |
NetletDataRepository.java | Class | com.sun.portal.crypt.jsse.NetletDataRepository
Desc A singleton object to store password and keystore path. |
NetletJSSEAuthContext.java | Interface | $name com.sun.portal.netlet.crypt.jsse.NetletJSSEAuthContext
$description This interface will be implemented by application
that needs a callback to set the keystore path
and password.
This is required because the password & path SHOULD be
prompted only if client authentication is turned
ON at the gateway. |
NetletJSSEWrapper.java | Class | $name: com.sun.portal.proxylet.crypt.jsse.NetletJSSEWrapper
$description The com.sun.portal.proxylet.crypt.jsse.NetletJSSEWrapper creates a PKCS12 store or JKS store based on the
store name provided by the user. |
NetletKeyManager.java | Class | com.sun.portal.proxylet.crypt.jsse.NetletKeyManager is an implementation of X509KeyManager which
wraps an existing X509KeyManager instance, and prompts for
keystore password and path. |
NetletTrustManager.java | Class | This is a dummy TrustManager. |