Package system.net.security
Class SslClientAuthenticationOptions
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.security.SslClientAuthenticationOptions
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SslClientAuthenticationOptions extends NetObject
The base .NET class managing System.Net.Security.SslClientAuthenticationOptions, System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.SslClientAuthenticationOptions
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Net.Securitystatic java.lang.String
className
Qualified class name: System.Net.Security.SslClientAuthenticationOptionsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SslClientAuthenticationOptions()
SslClientAuthenticationOptions(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Net.Security- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.Security.SslClientAuthenticationOptions- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SslClientAuthenticationOptions
public SslClientAuthenticationOptions(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SslClientAuthenticationOptions
public SslClientAuthenticationOptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SslClientAuthenticationOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSslClientAuthenticationOptions
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SslClientAuthenticationOptions
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAllowRenegotiation
public boolean getAllowRenegotiation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowRenegotiation
public void setAllowRenegotiation(boolean AllowRenegotiation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowTlsResume
public boolean getAllowTlsResume() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowTlsResume
public void setAllowTlsResume(boolean AllowTlsResume) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCipherSuitesPolicy
public CipherSuitesPolicy getCipherSuitesPolicy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCipherSuitesPolicy
public void setCipherSuitesPolicy(CipherSuitesPolicy CipherSuitesPolicy) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncryptionPolicy
public EncryptionPolicy getEncryptionPolicy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEncryptionPolicy
public void setEncryptionPolicy(EncryptionPolicy EncryptionPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getLocalCertificateSelectionCallback
public LocalCertificateSelectionCallback getLocalCertificateSelectionCallback() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocalCertificateSelectionCallback
public void setLocalCertificateSelectionCallback(LocalCertificateSelectionCallback LocalCertificateSelectionCallback) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRemoteCertificateValidationCallback
public RemoteCertificateValidationCallback getRemoteCertificateValidationCallback() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRemoteCertificateValidationCallback
public void setRemoteCertificateValidationCallback(RemoteCertificateValidationCallback RemoteCertificateValidationCallback) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientCertificateContext
public SslStreamCertificateContext getClientCertificateContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClientCertificateContext
public void setClientCertificateContext(SslStreamCertificateContext ClientCertificateContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEnabledSslProtocols
public SslProtocols getEnabledSslProtocols() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnabledSslProtocols
public void setEnabledSslProtocols(SslProtocols EnabledSslProtocols) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientCertificates
public X509CertificateCollection getClientCertificates() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClientCertificates
public void setClientCertificates(X509CertificateCollection ClientCertificates) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCertificateChainPolicy
public X509ChainPolicy getCertificateChainPolicy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCertificateChainPolicy
public void setCertificateChainPolicy(X509ChainPolicy CertificateChainPolicy) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCertificateRevocationCheckMode
public X509RevocationMode getCertificateRevocationCheckMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCertificateRevocationCheckMode
public void setCertificateRevocationCheckMode(X509RevocationMode CertificateRevocationCheckMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getTargetHost
public java.lang.String getTargetHost() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetHost
public void setTargetHost(java.lang.String TargetHost) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-