|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sspi.CtxtHandle | |
---|---|
com.sun.jna.platform.win32 |
Uses of Sspi.CtxtHandle in com.sun.jna.platform.win32 |
---|
Methods in com.sun.jna.platform.win32 with parameters of type Sspi.CtxtHandle | |
---|---|
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.DeleteSecurityContext(Sspi.CtxtHandle phContext)
The DeleteSecurityContext function deletes the local data structures associated with the specified security context. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |