Class SSLSession
public class SSLSession : JVMBridgeBase<SSLSession>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISSLSession
- Inheritance
-
SSLSession
- Implements
- Derived
- Inherited Members
-
JVMBridgeBase<SSLSession>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<SSLSession>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<SSLSession>.NewWithSignatureAndWrapsDirect<TNewClass>(string, string, params object[])
- Extension Methods
Constructors
SSLSession()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("SSLSession class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLSession()
SSLSession(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLSession(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
SSLSession(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("SSLSession class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLSession(params object[] args)
Parameters
argsobject[]
Properties
ApplicationBufferSize
public int ApplicationBufferSize { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CipherSuite
public String CipherSuite { get; }
Property Value
CreationTime
public long CreationTime { get; }
Property Value
Id
public byte[] Id { get; }
Property Value
- byte[]
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LastAccessedTime
public long LastAccessedTime { get; }
Property Value
LocalCertificates
public Certificate[] LocalCertificates { get; }
Property Value
LocalPrincipal
public Principal LocalPrincipal { get; }
Property Value
PacketBufferSize
public int PacketBufferSize { get; }
Property Value
PeerCertificateChain
public X509Certificate[] PeerCertificateChain { get; }
Property Value
PeerCertificates
public Certificate[] PeerCertificates { get; }
Property Value
PeerHost
public String PeerHost { get; }
Property Value
PeerPort
public int PeerPort { get; }
Property Value
PeerPrincipal
public Principal PeerPrincipal { get; }
Property Value
Protocol
public String Protocol { get; }
Property Value
SessionContext
public SSLSessionContext SessionContext { get; }
Property Value
ValueNames
public String[] ValueNames { get; }
Property Value
- String[]
Methods
GetValue(String)
public object GetValue(String arg0)
Parameters
Returns
Invalidate()
public void Invalidate()
IsValid()
public bool IsValid()
Returns
PutValue(String, object)
public void PutValue(String arg0, object arg1)
Parameters
RemoveValue(String)
public void RemoveValue(String arg0)