KRB5
PHP Manual

The GSSAPIContext class

Introduction

Objects of this class represent GSSAPI security contexts. It is suitable for both initiating and accepting security contexts. It is designed to work with the kerberos mechanism.

Class synopsis

GSSAPIContext
GSSAPIContext {
/* Methods */
public bool GSSAPIContext::acceptSecContext ( string $input_token [, string &$output_token [, string &$src_name [, int &$ret_flags [, int &$time_rec [, KRB5CCache $deleg ]]]]] )
public string GSSAPIContext::getMic ( string $message )
public bool GSSAPIContext::initSecContext ( string $target [, string $input_token [, int $reqflags [, int $timereq [, string &$output_token [, string &$ret_flags [, string &$time_rec ]]]]]] )
public void GSSAPIContext::inquireCredentials ( void )
public bool GSSAPIContext::unwrap ( string $input , string &$output )
public boolean GSSAPIContext::verifyMic ( string $message , string $mic )
public bool GSSAPIContext::wrap ( string $input , string &$output [, boolean $encrypt ] )
}

Table of Contents


KRB5
PHP Manual