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

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

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

Methods in com.sun.jna.platform.win32 with parameters of type Sspi.SecBufferDesc
 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.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.