public class GlobusTLSContext extends Object
Constructor and Description |
---|
GlobusTLSContext(SSLSession sslSession) |
Modifier and Type | Method and Description |
---|---|
String |
getCipherSuite() |
Date |
getCreationTime() |
static Subject |
getCurrentContainerSubject() |
X509Certificate[] |
getLocalCertChain() |
Principal |
getLocalPrincipal() |
X509Certificate[] |
getPeerCertChain() |
String |
getPeerHost() |
int |
getPeerPort() |
Principal |
getPeerPrincipal() |
String |
getProtocol() |
String |
getSessionId() |
public GlobusTLSContext(SSLSession sslSession)
public static Subject getCurrentContainerSubject()
public X509Certificate[] getLocalCertChain()
public X509Certificate[] getPeerCertChain()
public Principal getLocalPrincipal()
public Principal getPeerPrincipal()
public Date getCreationTime()
public String getSessionId()
public String getCipherSuite()
public String getProtocol()
public String getPeerHost()
public int getPeerPort()
Copyright © 2016. All rights reserved.