Package system.net.security
Class SslStream
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.Stream
-
- system.net.security.AuthenticatedStream
-
- system.net.security.SslStream
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class SslStream extends AuthenticatedStream
The base .NET class managing System.Net.Security.SslStream, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.SslStream
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: Systemstatic java.lang.String
className
Qualified class name: System.Net.Security.SslStreamstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SslStream()
SslStream(java.lang.Object instance)
Internal constructor.SslStream(Stream innerStream)
SslStream(Stream innerStream, boolean leaveInnerStreamOpen)
SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback)
SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AuthenticateAsClient(java.lang.String targetHost)
void
AuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation)
void
AuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)
Task
AuthenticateAsClientAsync(java.lang.String targetHost)
Task
AuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation)
Task
AuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)
void
AuthenticateAsServer(X509Certificate serverCertificate)
void
AuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation)
void
AuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)
Task
AuthenticateAsServerAsync(X509Certificate serverCertificate)
Task
AuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation)
Task
AuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)
IAsyncResult
BeginAuthenticateAsClient(java.lang.String targetHost, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(X509Certificate serverCertificate, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
IAsyncResult
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
static SslStream
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSslStream
, a cast assert is made to check if types are compatible.void
EndAuthenticateAsClient(IAsyncResult asyncResult)
void
EndAuthenticateAsServer(IAsyncResult asyncResult)
int
EndRead(IAsyncResult asyncResult)
void
EndWrite(IAsyncResult asyncResult)
void
Flush()
boolean
getCheckCertRevocationStatus()
CipherAlgorithmType
getCipherAlgorithm()
int
getCipherStrength()
HashAlgorithmType
getHashAlgorithm()
int
getHashStrength()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeExchangeAlgorithmType
getKeyExchangeAlgorithm()
int
getKeyExchangeStrength()
X509Certificate
getLocalCertificate()
X509Certificate
getRemoteCertificate()
SslProtocols
getSslProtocol()
TransportContext
getTransportContext()
int
Read(byte[] buffer, int offset, int count)
int
Read(JCORefOut dupParam0, int dupParam1, int dupParam2)
long
Seek(long offset, SeekOrigin origin)
void
setJCOInstance(JCObject instance)
void
SetLength(long value)
Task
ShutdownAsync()
void
Write(byte[] buffer)
void
Write(byte[] buffer, int offset, int count)
void
Write(JCORefOut dupParam0)
void
Write(JCORefOut dupParam0, int dupParam1, int dupParam2)
-
Methods inherited from class system.net.security.AuthenticatedStream
getIsAuthenticated, getIsEncrypted, getIsMutuallyAuthenticated, getIsServer, getIsSigned, getLeaveInnerStreamOpen
-
Methods inherited from class system.io.Stream
close, Close, CopyTo, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, FlushAsync, FlushAsync, getCanRead, getCanSeek, getCanTimeout, getCanWrite, getLength, getPosition, getReadTimeout, getWriteTimeout, ReadByte, setPosition, setReadTimeout, setWriteTimeout, Synchronized, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteByte
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.Security.SslStream- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SslStream
public SslStream(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SslStream
public SslStream() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SslStream
public SslStream(Stream innerStream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, CryptographicException
-
SslStream
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, CryptographicException
-
SslStream
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, CryptographicException
-
SslStream
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, CryptographicException
-
SslStream
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
CryptographicException
-
-
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 classAuthenticatedStream
- 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 classAuthenticatedStream
- 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 classAuthenticatedStream
- 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 classAuthenticatedStream
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classAuthenticatedStream
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classAuthenticatedStream
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SslStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSslStream
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SslStream
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EndRead
public int EndRead(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
EndRead
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
Read
public int Read(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SemaphoreFullException
-
Read
public int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
- Overrides:
Read
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SemaphoreFullException
-
Seek
public long Seek(long offset, SeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
Seek
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(java.lang.String targetHost, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
Win32Exception
AccessViolationException
AuthenticationException
WaitHandleCannotBeOpenedException
SemaphoreFullException
CryptographicException
IOException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
Win32Exception
AccessViolationException
AuthenticationException
WaitHandleCannotBeOpenedException
SemaphoreFullException
CryptographicException
IOException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
BeginRead
public IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
- Overrides:
BeginRead
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SemaphoreFullException
-
BeginRead
public IAsyncResult BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
- Overrides:
BeginRead
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SemaphoreFullException
-
BeginWrite
public IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Overrides:
BeginWrite
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
IOException
SocketException
AuthenticationException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
BeginWrite
public IAsyncResult BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Overrides:
BeginWrite
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
IOException
SocketException
AuthenticationException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(java.lang.String targetHost) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, InvalidCastException, NullReferenceException, Win32Exception, AccessViolationException, AuthenticationException, TaskSchedulerException, EventSourceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IOException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
InvalidCastException
NullReferenceException
Win32Exception
AccessViolationException
AuthenticationException
TaskSchedulerException
EventSourceException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AuthenticationException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AuthenticationException
TaskSchedulerException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, AccessViolationException, CultureNotFoundException, AuthenticationException, IOException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
AccessViolationException
CultureNotFoundException
AuthenticationException
IOException
TaskSchedulerException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync(X509Certificate serverCertificate) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, InvalidCastException, NullReferenceException, Win32Exception, AccessViolationException, AuthenticationException, TaskSchedulerException, EventSourceException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IOException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
InvalidCastException
NullReferenceException
Win32Exception
AccessViolationException
AuthenticationException
TaskSchedulerException
EventSourceException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AuthenticationException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AuthenticationException
TaskSchedulerException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, AccessViolationException, CultureNotFoundException, AuthenticationException, IOException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
AccessViolationException
CultureNotFoundException
AuthenticationException
IOException
TaskSchedulerException
-
ShutdownAsync
public Task ShutdownAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, CryptographicException, NotSupportedException, ThreadAbortException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
CryptographicException
NotSupportedException
ThreadAbortException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
AuthenticateAsClient
public void AuthenticateAsClient(java.lang.String targetHost) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
AuthenticateAsClient
public void AuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
AuthenticateAsClient
public void AuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
Win32Exception
AccessViolationException
AuthenticationException
WaitHandleCannotBeOpenedException
SemaphoreFullException
CryptographicException
IOException
-
AuthenticateAsServer
public void AuthenticateAsServer(X509Certificate serverCertificate) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
AuthenticateAsServer
public void AuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
ConfigurationErrorsException
MulticastNotSupportedException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
NullReferenceException
AccessViolationException
AuthenticationException
SemaphoreFullException
CryptographicException
-
AuthenticateAsServer
public void AuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
NotSupportedException
Win32Exception
AccessViolationException
AuthenticationException
WaitHandleCannotBeOpenedException
SemaphoreFullException
CryptographicException
IOException
-
EndAuthenticateAsClient
public void EndAuthenticateAsClient(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
MulticastNotSupportedException
-
EndAuthenticateAsServer
public void EndAuthenticateAsServer(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
ConfigurationException
ConfigurationErrorsException
InvalidCastException
MulticastNotSupportedException
-
EndWrite
public void EndWrite(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Overrides:
EndWrite
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
Flush
public void Flush() throws java.lang.Throwable
-
SetLength
public void SetLength(long value) throws java.lang.Throwable
-
Write
public void Write(byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
IOException
SocketException
AuthenticationException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
Write
public void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
IOException
SocketException
AuthenticationException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
Write
public void Write(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Overrides:
Write
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
IOException
SocketException
AuthenticationException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Overrides:
Write
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
EventSourceException
OutOfMemoryException
NotSupportedException
IOException
SocketException
AuthenticationException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
getCheckCertRevocationStatus
public boolean getCheckCertRevocationStatus() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCipherStrength
public int getCipherStrength() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getHashStrength
public int getHashStrength() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getKeyExchangeStrength
public int getKeyExchangeStrength() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getTransportContext
public TransportContext getTransportContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCipherAlgorithm
public CipherAlgorithmType getCipherAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getKeyExchangeAlgorithm
public ExchangeAlgorithmType getKeyExchangeAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getHashAlgorithm
public HashAlgorithmType getHashAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getSslProtocol
public SslProtocols getSslProtocol() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getLocalCertificate
public X509Certificate getLocalCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getRemoteCertificate
public X509Certificate getRemoteCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
CryptographicException
OutOfMemoryException
-
-