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.MethodinquireSecContextprivate static java.lang.Objectkrb5GetSessionKeyConst
-
Constructor Summary
Constructors Modifier Constructor Description privateExtendedGSSContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.reflect.MethodgetInquireSecContextMethod()static java.security.Keykrb5GetSessionKey(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
-
-