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.StringassemblyFullNameFully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: Systemstatic java.lang.StringclassNameQualified class name: System.Net.Security.SslStreamstatic JCTypeclassTypeThe 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 voidAuthenticateAsClient(java.lang.String targetHost)voidAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation)voidAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)TaskAuthenticateAsClientAsync(java.lang.String targetHost)TaskAuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation)TaskAuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)voidAuthenticateAsServer(X509Certificate serverCertificate)voidAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation)voidAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)TaskAuthenticateAsServerAsync(X509Certificate serverCertificate)TaskAuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation)TaskAuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation)IAsyncResultBeginAuthenticateAsClient(java.lang.String targetHost, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginAuthenticateAsServer(X509Certificate serverCertificate, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)IAsyncResultBeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState)IAsyncResultBeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)static SslStreamcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSslStream, a cast assert is made to check if types are compatible.voidEndAuthenticateAsClient(IAsyncResult asyncResult)voidEndAuthenticateAsServer(IAsyncResult asyncResult)intEndRead(IAsyncResult asyncResult)voidEndWrite(IAsyncResult asyncResult)voidFlush()booleangetCheckCertRevocationStatus()CipherAlgorithmTypegetCipherAlgorithm()intgetCipherStrength()HashAlgorithmTypegetHashAlgorithm()intgetHashStrength()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeExchangeAlgorithmTypegetKeyExchangeAlgorithm()intgetKeyExchangeStrength()X509CertificategetLocalCertificate()X509CertificategetRemoteCertificate()SslProtocolsgetSslProtocol()TransportContextgetTransportContext()intRead(byte[] buffer, int offset, int count)intRead(JCORefOut dupParam0, int dupParam1, int dupParam2)longSeek(long offset, SeekOrigin origin)voidsetJCOInstance(JCObject instance)voidSetLength(long value)TaskShutdownAsync()voidWrite(byte[] buffer)voidWrite(byte[] buffer, int offset, int count)voidWrite(JCORefOut dupParam0)voidWrite(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.ThrowableInternal 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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionCryptographicException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classAuthenticatedStream- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classAuthenticatedStream- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classAuthenticatedStream- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classAuthenticatedStream- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classAuthenticatedStream
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classAuthenticatedStream- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SslStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSslStream, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SslStreaminstance- 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:
EndReadin classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullException
-
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:
Readin classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullException
-
Seek
public long Seek(long offset, SeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException- Overrides:
Seekin classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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:
BeginReadin classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullException
-
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:
BeginReadin classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullException
-
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:
BeginWritein classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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:
BeginWritein classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionTaskSchedulerExceptionEventSourceException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAuthenticationExceptionTaskSchedulerException
-
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.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionCultureNotFoundExceptionAuthenticationExceptionIOExceptionTaskSchedulerException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionTaskSchedulerExceptionEventSourceException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAuthenticationExceptionTaskSchedulerException
-
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.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionCultureNotFoundExceptionAuthenticationExceptionIOExceptionTaskSchedulerException
-
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.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionCryptographicExceptionNotSupportedExceptionThreadAbortExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedException
-
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:
EndWritein classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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:
Writein classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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:
Writein classStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryException
-
-