Methods Summary |
---|
public abstract java.lang.String | getCipherSuite()Returns the cipher suite in use on the original connection that
retrieved the network resource.
|
public abstract java.util.List | getLocalCertificateChain()Returns the certificate chain that were sent to the server during
handshaking of the original connection that retrieved the
network resource. Note: This method is useful only
when using certificate-based cipher suites.
|
public abstract java.security.Principal | getLocalPrincipal()Returns the principal that was sent to the server during
handshaking in the original connection that retrieved the
network resource.
|
public abstract java.security.Principal | getPeerPrincipal()Returns the server's principal which was established as part of
defining the session during the original connection that
retrieved the network resource.
|
public abstract java.util.List | getServerCertificateChain()Returns the server's certificate chain, which was established as
part of defining the session in the original connection that
retrieved the network resource, from cache. Note: This method
can be used only when using certificate-based cipher suites;
using it with non-certificate-based cipher suites, such as
Kerberos, will throw an SSLPeerUnverifiedException.
|