Uses of Interface
org.mozilla.jss.ssl.SSLCertificateApprovalCallback
Packages that use SSLCertificateApprovalCallback
-
Uses of SSLCertificateApprovalCallback in org.mozilla.jss.ssl
Classes in org.mozilla.jss.ssl that implement SSLCertificateApprovalCallbackModifier and TypeClassDescriptionclass
This is a test implementation of the certificate approval callback which gets invoked when the server presents a certificate which is not trusted by the clientMethods in org.mozilla.jss.ssl with parameters of type SSLCertificateApprovalCallbackModifier and TypeMethodDescription(package private) byte[]
SocketBase.socketCreate
(Object socketObject, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback, int family) (package private) byte[]
SocketBase.socketCreate
(Object socketObject, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback, Socket javaSock, String host, int family) Constructors in org.mozilla.jss.ssl with parameters of type SSLCertificateApprovalCallbackModifierConstructorDescriptionSSLServerSocket
(int port, int backlog, InetAddress bindAddr, SSLCertificateApprovalCallback certApprovalCallback) Creates a server socket listening on the given port.SSLServerSocket
(int port, int backlog, InetAddress bindAddr, SSLCertificateApprovalCallback certApprovalCallback, boolean reuseAddr) Creates a server socket listening on the given port.SSLSocket
(String host, int port, InetAddress localAddr, int localPort, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback) Creates an SSL client socket and connects to the specified host and port.SSLSocket
(InetAddress address, int port, InetAddress localAddr, int localPort, boolean stream, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback) Deprecated.As of JSS 3.0.SSLSocket
(InetAddress address, int port, InetAddress localAddr, int localPort, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback) Creates an SSL client socket and connects to the specified address and port.private
SSLSocket
(InetAddress address, String hostname, int port, InetAddress localAddr, int localPort, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback) SSLSocket
(Socket s, String host, SSLCertificateApprovalCallback certApprovalCallback, SSLClientCertificateSelectionCallback clientCertSelectionCallback) Creates an SSL client socket using the given Java socket for underlying I/O.