public class SslClientAuthenticationOptions extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Net.Security, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Security
|
static java.lang.String |
className
Qualified class name: System.Net.Security.SslClientAuthenticationOptions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SslClientAuthenticationOptions() |
SslClientAuthenticationOptions(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SslClientAuthenticationOptions()
throws java.lang.Throwable
java.lang.Throwablepublic SslClientAuthenticationOptions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SslClientAuthenticationOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SslClientAuthenticationOptions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSslClientAuthenticationOptions instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowRenegotiation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowRsaPkcs1Padding()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowRsaPssPadding()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowTlsResume()
throws java.lang.Throwable
java.lang.Throwablepublic X509ChainPolicy getCertificateChainPolicy() throws java.lang.Throwable
java.lang.Throwablepublic X509RevocationMode getCertificateRevocationCheckMode() throws java.lang.Throwable
java.lang.Throwablepublic CipherSuitesPolicy getCipherSuitesPolicy() throws java.lang.Throwable
java.lang.Throwablepublic SslStreamCertificateContext getClientCertificateContext() throws java.lang.Throwable
java.lang.Throwablepublic X509CertificateCollection getClientCertificates() throws java.lang.Throwable
java.lang.Throwablepublic SslProtocols getEnabledSslProtocols() throws java.lang.Throwable
java.lang.Throwablepublic EncryptionPolicy getEncryptionPolicy() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic LocalCertificateSelectionCallback getLocalCertificateSelectionCallback() throws java.lang.Throwable
java.lang.Throwablepublic RemoteCertificateValidationCallback getRemoteCertificateValidationCallback() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetHost()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowRenegotiation(boolean AllowRenegotiation)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowRsaPkcs1Padding(boolean AllowRsaPkcs1Padding)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowRsaPssPadding(boolean AllowRsaPssPadding)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowTlsResume(boolean AllowTlsResume)
throws java.lang.Throwable
java.lang.Throwablepublic void setCertificateChainPolicy(X509ChainPolicy CertificateChainPolicy) throws java.lang.Throwable
java.lang.Throwablepublic void setCertificateRevocationCheckMode(X509RevocationMode CertificateRevocationCheckMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setCipherSuitesPolicy(CipherSuitesPolicy CipherSuitesPolicy) throws java.lang.Throwable
java.lang.Throwablepublic void setClientCertificateContext(SslStreamCertificateContext ClientCertificateContext) throws java.lang.Throwable
java.lang.Throwablepublic void setClientCertificates(X509CertificateCollection ClientCertificates) throws java.lang.Throwable
java.lang.Throwablepublic void setEnabledSslProtocols(SslProtocols EnabledSslProtocols) throws java.lang.Throwable
java.lang.Throwablepublic void setEncryptionPolicy(EncryptionPolicy EncryptionPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLocalCertificateSelectionCallback(LocalCertificateSelectionCallback LocalCertificateSelectionCallback) throws java.lang.Throwable
java.lang.Throwablepublic void setRemoteCertificateValidationCallback(RemoteCertificateValidationCallback RemoteCertificateValidationCallback) throws java.lang.Throwable
java.lang.Throwablepublic void setTargetHost(java.lang.String TargetHost)
throws java.lang.Throwable
java.lang.Throwable