Method Summary |
|
__init__ (self,
handle,
free)
Constructs an instance. |
|
__del__ (self)
Destroys an instance. |
|
accept_context (self,
acceptor_cred,
inputTokenString)
Return major and minor status error codes from the GSSAPI. |
|
get_handle(self)
|
|
get_mic (self,
messageString)
A context must be created with init_context or accept_context before
this call is made. |
|
init_context (self,
init_cred,
target_name,
inputTokenString,
requests)
Tries to establish a security context with a server |
|
inquire (self)
Obtain information about the context. |
|
unwrap (self,
messageString)
A context must be created with init_context or accept_context before
this call is made |
|
verify_mic (self,
messageString,
micString)
A context must be created with init_context or accept_context before
this call is made |
|
wrap (self,
messageString)
A context must be created with init_context or accept_context before
this call is made |