org.globus.gsi.jsse
Class GlobusTLSContext

java.lang.Object
  extended by org.globus.gsi.jsse.GlobusTLSContext

public class GlobusTLSContext
extends java.lang.Object


Constructor Summary
GlobusTLSContext(javax.net.ssl.SSLSession sslSession)
           
 
Method Summary
 java.lang.String getCipherSuite()
           
 java.util.Date getCreationTime()
           
static javax.security.auth.Subject getCurrentContainerSubject()
           
 java.security.cert.X509Certificate[] getLocalCertChain()
           
 java.security.Principal getLocalPrincipal()
           
 java.security.cert.X509Certificate[] getPeerCertChain()
           
 java.lang.String getPeerHost()
           
 int getPeerPort()
           
 java.security.Principal getPeerPrincipal()
           
 java.lang.String getProtocol()
           
 java.lang.String getSessionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobusTLSContext

public GlobusTLSContext(javax.net.ssl.SSLSession sslSession)
Method Detail

getCurrentContainerSubject

public static javax.security.auth.Subject getCurrentContainerSubject()

getLocalCertChain

public java.security.cert.X509Certificate[] getLocalCertChain()

getPeerCertChain

public java.security.cert.X509Certificate[] getPeerCertChain()

getLocalPrincipal

public java.security.Principal getLocalPrincipal()

getPeerPrincipal

public java.security.Principal getPeerPrincipal()

getCreationTime

public java.util.Date getCreationTime()

getSessionId

public java.lang.String getSessionId()

getCipherSuite

public java.lang.String getCipherSuite()

getProtocol

public java.lang.String getProtocol()

getPeerHost

public java.lang.String getPeerHost()

getPeerPort

public int getPeerPort()


Copyright © 2013. All Rights Reserved.