Serialized Form
-
Package org.sentrysoftware.winrm.exceptions
-
Exception org.sentrysoftware.winrm.exceptions.KerberosCredentialsException
class KerberosCredentialsException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.sentrysoftware.winrm.exceptions.WindowsRemoteException
class WindowsRemoteException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.sentrysoftware.winrm.exceptions.WinRMException
class WinRMException extends WindowsRemoteException implements Serializable- serialVersionUID:
- 1L
-
Exception org.sentrysoftware.winrm.exceptions.WqlQuerySyntaxException
class WqlQuerySyntaxException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.winrm.service.client.auth.ntlm
-
Class org.sentrysoftware.winrm.service.client.auth.ntlm.NTCredentialsWithEncryption
class NTCredentialsWithEncryption extends org.apache.http.auth.NTCredentials implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clientSealingKey
byte[] clientSealingKey
-
clientSigningKey
byte[] clientSigningKey
-
isAuthenticated
boolean isAuthenticated
-
negotiateFlags
long negotiateFlags
-
sequenceNumberIncoming
AtomicLong sequenceNumberIncoming
-
sequenceNumberOutgoing
AtomicLong sequenceNumberOutgoing
-
serverSealingKey
byte[] serverSealingKey
-
serverSigningKey
byte[] serverSigningKey
-
-