Package com.hierynomus.smbj.auth
Class ExtendedGSSContext
- java.lang.Object
-
- com.hierynomus.smbj.auth.ExtendedGSSContext
-
class ExtendedGSSContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.reflect.Method
inquireSecContext
private static java.lang.Object
krb5GetSessionKeyConst
-
Constructor Summary
Constructors Modifier Constructor Description private
ExtendedGSSContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.reflect.Method
getInquireSecContextMethod()
static java.security.Key
krb5GetSessionKey(org.ietf.jgss.GSSContext gssContext)
-
-
-
Method Detail
-
getInquireSecContextMethod
private static java.lang.reflect.Method getInquireSecContextMethod()
-
krb5GetSessionKey
public static java.security.Key krb5GetSessionKey(org.ietf.jgss.GSSContext gssContext) throws TransportException
- Throws:
TransportException
-
-