Uses of Interface
org.mozilla.jss.ssl.SSLClientCertificateSelectionCallback
Packages that use SSLClientCertificateSelectionCallback
-
Uses of SSLClientCertificateSelectionCallback in org.mozilla.jss.ssl
Classes in org.mozilla.jss.ssl that implement SSLClientCertificateSelectionCallbackModifier and TypeClassDescriptionclass
This interface is what you should implement if you want to be able to decide whether or not you want to approve the peer's cert, instead of having NSS do that.Methods in org.mozilla.jss.ssl with parameters of type SSLClientCertificateSelectionCallbackModifier 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 SSLClientCertificateSelectionCallbackModifierConstructorDescriptionSSLSocket
(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.