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