Uses of Class
com.sun.jna.platform.win32.Sspi.CredHandle

Packages that use Sspi.CredHandle
com.sun.jna.platform.win32   
 

Uses of Sspi.CredHandle in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type Sspi.CredHandle
 int Secur32.AcceptSecurityContext(Sspi.CredHandle phCredential, Sspi.CtxtHandle phContext, Sspi.SecBufferDesc pInput, com.sun.jna.NativeLong fContextReq, com.sun.jna.NativeLong TargetDataRep, Sspi.CtxtHandle phNewContext, Sspi.SecBufferDesc pOutput, com.sun.jna.ptr.NativeLongByReference pfContextAttr, Sspi.TimeStamp ptsTimeStamp)
          The AcceptSecurityContext function enables the server component of a transport application to establish a security context between the server and a remote client.
 int Secur32.AcquireCredentialsHandle(java.lang.String pszPrincipal, java.lang.String pszPackage, com.sun.jna.NativeLong fCredentialUse, WinNT.LUID pvLogonID, com.sun.jna.Pointer pAuthData, com.sun.jna.Pointer pGetKeyFn, com.sun.jna.Pointer pvGetKeyArgument, Sspi.CredHandle phCredential, Sspi.TimeStamp ptsExpiry)
          The AcquireCredentialsHandle function acquires a handle to preexisting credentials of a security principal.
 int Secur32.FreeCredentialsHandle(Sspi.CredHandle phCredential)
          The FreeCredentialsHandle function notifies the security system that the credentials are no longer needed.
 int Secur32.InitializeSecurityContext(Sspi.CredHandle phCredential, Sspi.CtxtHandle phContext, java.lang.String pszTargetName, com.sun.jna.NativeLong fContextReq, com.sun.jna.NativeLong Reserved1, com.sun.jna.NativeLong TargetDataRep, Sspi.SecBufferDesc pInput, com.sun.jna.NativeLong Reserved2, Sspi.CtxtHandle phNewContext, Sspi.SecBufferDesc pOutput, com.sun.jna.ptr.NativeLongByReference pfContextAttr, Sspi.TimeStamp ptsExpiry)
          The InitializeSecurityContext function initiates the client side, outbound security context from a credential handle.