BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.security.SSL

Interface Summary
HostnameVerifier HostnameVerifier provides a callback mechanism so that implementers of this interface can supply a policy for handling the case where the host that's being connected to and the server name from the certificate SubjectDN must match.
TrustManager The TrustManager interface permits the user to override certain validation errors in the peer's certificate chain and allow the handshake to continue.
 

Class Summary
CompiletimeSSLParams  
HostnameVerification The public face of the HostnameVerifier interface.
SSLCertificate  
SSLContext SSLContext holds all of the state information shared across all sockets created under that context.
SSLSocket SSLSocket is used to create a SSL connection.
SSLSocketFactory Instances of this kind of socket factory return SSL sockets.
 

Exception Summary
 

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.