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. |
java.security.cert.X509Certificate | getAdminRSAPropagationCertificate() Retrieves the admin role propagation public key from the target server. |
java.security.cert.Certificate[] | retrieveSignerFromPort( Retrieves a signer from a remote host and port. |
void | clearSSLContextCache() Clear the SSL context cache. |
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.
public java.security.cert.X509Certificate getAdminRSAPropagationCertificate()
public java.security.cert.Certificate[] retrieveSignerFromPort(java.lang.String host,
java.lang.Integer port,
java.lang.String sslCfgAlias
)
host
-
The target hostname from which to retrieve the certificate.port
-
The target port from which to retrieve the certificate.sslCfgAlias
-
The SSL Config alias used to create the connection.
public void clearSSLContextCache()