WebSphere:*,type=SSLAdmin
ExcludeAccessCheck:
MBean SSLAdmin
Management interface for SSL functions.
Operation Summary | |
java.lang.Object[] | invokeRemoteKeyStoreCommand( Invokes a keystore command on a remote system. |
void | temporarilyDisableCertificateAuthentication( Disables certificate authentication temporarily while updating new certificates. |
java.util.HashMap | retrieveSigners( Retrieves signers from a trust store on the server into a trust store on the client. |
Operation Detail |
public java.lang.Object[] invokeRemoteKeyStoreCommand(java.lang.String keyStoreName,
java.lang.String method,
java.lang.Object[] parms
)
keyStoreName
-
The name of the KeyStore in the WCCM configuration.method
-
The method to be invoked on the java.security.KeyStore API.parms
-
The parameters needed by the method to be invoked.
public void temporarilyDisableCertificateAuthentication(java.lang.Long millisToDisable
)
millisToDisable
-
The number of milliseconds which cert auth will be disabled for.
public java.util.HashMap retrieveSigners(java.lang.String keyStoreName,
java.lang.String specificAlias
)
keyStoreName
-
The trust store name on the server.specificAlias
-
The alias of a specific signer to return. If null, return all signers from the truststore.