|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.platform.win32.Sspi
public abstract class Sspi
Ported from Sspi.h. Microsoft Windows SDK 6.0A.
Nested Class Summary | |
---|---|
static class |
Sspi.CredHandle
Credentials handle. |
static class |
Sspi.CtxtHandle
Security context handle. |
static class |
Sspi.PSecHandle
A pointer to a SecHandle |
static class |
Sspi.PSecPkgInfo
A pointer to an array of SecPkgInfo structures. |
static class |
Sspi.SecBuffer
The SecBuffer structure describes a buffer allocated by a transport application to pass to a security package. |
static class |
Sspi.SecBufferDesc
|
static class |
Sspi.SecHandle
Security handle. |
static class |
Sspi.SecPkgInfo
The SecPkgInfo structure provides general information about a security package, such as its name and capabilities. |
static class |
Sspi.SECURITY_INTEGER
A security integer. |
static class |
Sspi.TimeStamp
A timestamp. |
Field Summary | |
---|---|
static int |
ISC_REQ_ALLOCATE_MEMORY
The security package allocates output buffers for you. |
static int |
ISC_REQ_CONFIDENTIALITY
Encrypt messages by using the EncryptMessage function. |
static int |
ISC_REQ_CONNECTION
The security context will not handle formatting messages. |
static int |
ISC_REQ_DELEGATE
The server can use the context to authenticate to other servers as the client. |
static int |
ISC_REQ_EXTENDED_ERROR
When errors occur, the remote party will be notified. |
static int |
ISC_REQ_INTEGRITY
Sign messages and verify signatures by using the EncryptMessage and MakeSignature functions. |
static int |
ISC_REQ_MUTUAL_AUTH
The mutual authentication policy of the service will be satisfied. |
static int |
ISC_REQ_REPLAY_DETECT
Detect replayed messages that have been encoded by using the EncryptMessage or MakeSignature functions. |
static int |
ISC_REQ_SEQUENCE_DETECT
Detect messages received out of sequence. |
static int |
ISC_REQ_STREAM
Support a stream-oriented connection. |
static int |
MAX_TOKEN_SIZE
Maximum size in bytes of a security token. |
static int |
SECBUFFER_DATA
This buffer type is used for common data. |
static int |
SECBUFFER_EMPTY
This is a placeholder in the buffer array. |
static int |
SECBUFFER_TOKEN
This buffer type is used to indicate the security token portion of the message. |
static int |
SECBUFFER_VERSION
Version of the SecBuffer struct. |
static int |
SECPKG_CRED_INBOUND
Validate an incoming server credential. |
static int |
SECPKG_CRED_OUTBOUND
Allow a local client credential to prepare an outgoing token. |
static int |
SECURITY_NATIVE_DREP
Specifies Native data representation. |
Constructor Summary | |
---|---|
Sspi()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_TOKEN_SIZE
public static final int SECPKG_CRED_INBOUND
public static final int SECPKG_CRED_OUTBOUND
public static final int SECURITY_NATIVE_DREP
public static final int ISC_REQ_ALLOCATE_MEMORY
public static final int ISC_REQ_CONFIDENTIALITY
public static final int ISC_REQ_CONNECTION
public static final int ISC_REQ_DELEGATE
public static final int ISC_REQ_EXTENDED_ERROR
public static final int ISC_REQ_INTEGRITY
public static final int ISC_REQ_MUTUAL_AUTH
public static final int ISC_REQ_REPLAY_DETECT
public static final int ISC_REQ_SEQUENCE_DETECT
public static final int ISC_REQ_STREAM
public static final int SECBUFFER_VERSION
public static final int SECBUFFER_EMPTY
public static final int SECBUFFER_DATA
public static final int SECBUFFER_TOKEN
Constructor Detail |
---|
public Sspi()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |