com.jcraft.jsch.jgss.GSSContextKrb5 Class Reference

Collaboration diagram for com.jcraft.jsch.jgss.GSSContextKrb5:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void create (String user, String host) throws JSchException
boolean isEstablished ()
byte[] init (byte[] token, int s, int l) throws JSchException
byte[] getMIC (byte[] message, int s, int l)
void dispose ()

Static Private Member Functions

static String getSystemProperty (String key)
static void setSystemProperty (String key, String value)

Private Attributes

GSSContext context = null

Static Private Attributes

static final String pUseSubjectCredsOnly
static String useSubjectCredsOnly

Detailed Description

Definition at line 44 of file GSSContextKrb5.java.


Member Function Documentation

void com.jcraft.jsch.jgss.GSSContextKrb5.create ( String  user,
String  host 
) throws JSchException

Definition at line 52 of file GSSContextKrb5.java.

References com.jcraft.jsch.jgss.GSSContextKrb5.context.

void com.jcraft.jsch.jgss.GSSContextKrb5.dispose (  ) 

Definition at line 155 of file GSSContextKrb5.java.

References com.jcraft.jsch.jgss.GSSContextKrb5.context.

byte [] com.jcraft.jsch.jgss.GSSContextKrb5.getMIC ( byte[]  message,
int  s,
int  l 
)

Definition at line 145 of file GSSContextKrb5.java.

References com.jcraft.jsch.jgss.GSSContextKrb5.context.

static String com.jcraft.jsch.jgss.GSSContextKrb5.getSystemProperty ( String  key  )  [static, private]

Definition at line 163 of file GSSContextKrb5.java.

byte [] com.jcraft.jsch.jgss.GSSContextKrb5.init ( byte[]  token,
int  s,
int  l 
) throws JSchException
boolean com.jcraft.jsch.jgss.GSSContextKrb5.isEstablished (  ) 

Definition at line 114 of file GSSContextKrb5.java.

References com.jcraft.jsch.jgss.GSSContextKrb5.context.

static void com.jcraft.jsch.jgss.GSSContextKrb5.setSystemProperty ( String  key,
String  value 
) [static, private]

Definition at line 171 of file GSSContextKrb5.java.

Referenced by com.jcraft.jsch.jgss.GSSContextKrb5.init().


Member Data Documentation

GSSContext com.jcraft.jsch.jgss.GSSContextKrb5.context = null [private]
Initial value:
 
    "javax.security.auth.useSubjectCredsOnly"

Definition at line 46 of file GSSContextKrb5.java.

Referenced by com.jcraft.jsch.jgss.GSSContextKrb5.init().


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1