NoCertCheckX509TrustManagerpublic class NoCertCheckX509TrustManager extends SunOneBasicX509TrustManager An implementation of {@link X509TrustManager} that provides basic support for Trust Management.
This implementation does not prompt for confirmation of the server certificate, but
blindly accepts it and enters it into the .asadmintruststore. |
Constructors Summary |
---|
public NoCertCheckX509TrustManager(Object alias)Creates an instance of the NoCertCheckX509TrustManager
super(alias, null);
| public NoCertCheckX509TrustManager()Creates an instance of the NoCertCheckX509TrustManager
A date/time stamp is used of the trusted server certificate in the client side
.asadmintruststore
super();
|
Methods Summary |
---|
protected boolean | promptForConfirmation()
return false;
|
|