public class GlobusTLSContext extends Object
Constructor | Description |
---|---|
GlobusTLSContext(SSLSession sslSession) |
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() |
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 © 2018. All rights reserved.