public class SSLFDProxy extends PRFDProxy
Modifier and Type | Field and Description |
---|---|
PK11Cert |
clientCert |
GlobalRefProxy |
globalRef |
java.util.ArrayList<SSLAlertEvent> |
inboundAlerts |
int |
inboundOffset |
java.util.ArrayList<SSLAlertEvent> |
outboundAlerts |
int |
outboundOffset |
logger
Constructor and Description |
---|
SSLFDProxy(byte[] pointer) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Finalize this NativeProxy by releasing its native resources.
|
protected void |
releaseNativeResources()
Release the native resources used by this proxy.
|
void |
SetClientCert(X509Certificate cert) |
assertRegistryEmpty, clear, close, equals
public PK11Cert clientCert
public GlobalRefProxy globalRef
public java.util.ArrayList<SSLAlertEvent> inboundAlerts
public int inboundOffset
public java.util.ArrayList<SSLAlertEvent> outboundAlerts
public int outboundOffset
public void SetClientCert(X509Certificate cert) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
protected void releaseNativeResources()
NativeProxy
You don't call this method; NativeProxy.finalize() or close() calls it for you.
If you free these resources explicitly, call clear(); instead.releaseNativeResources
in class PRFDProxy
protected void finalize() throws java.lang.Throwable
NativeProxy