Package org.globus.gsi.jsse
Class GlobusTLSContext
- java.lang.Object
-
- org.globus.gsi.jsse.GlobusTLSContext
-
public class GlobusTLSContext extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobusTLSContext(SSLSession sslSession)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCipherSuite()
Date
getCreationTime()
static Subject
getCurrentContainerSubject()
X509Certificate[]
getLocalCertChain()
Principal
getLocalPrincipal()
X509Certificate[]
getPeerCertChain()
String
getPeerHost()
int
getPeerPort()
Principal
getPeerPrincipal()
String
getProtocol()
String
getSessionId()
-
-
-
Constructor Detail
-
GlobusTLSContext
public GlobusTLSContext(SSLSession sslSession)
-
-
Method Detail
-
getCurrentContainerSubject
public static Subject getCurrentContainerSubject()
-
getLocalCertChain
public X509Certificate[] getLocalCertChain()
-
getPeerCertChain
public X509Certificate[] getPeerCertChain()
-
getLocalPrincipal
public Principal getLocalPrincipal()
-
getPeerPrincipal
public Principal getPeerPrincipal()
-
getCreationTime
public Date getCreationTime()
-
getSessionId
public String getSessionId()
-
getCipherSuite
public String getCipherSuite()
-
getProtocol
public String getProtocol()
-
getPeerHost
public String getPeerHost()
-
getPeerPort
public int getPeerPort()
-
-