Package com.jcraft.jsch.jgss
Class GSSContextKrb5
java.lang.Object
com.jcraft.jsch.jgss.GSSContextKrb5
- All Implemented Interfaces:
GSSContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GSSContextprivate static final Stringprivate static String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()byte[]getMIC(byte[] message, int s, int l) private static StringgetSystemProperty(String key) byte[]init(byte[] token, int s, int l) booleanprivate static voidsetSystemProperty(String key, String value)
-
Field Details
-
pUseSubjectCredsOnly
- See Also:
-
useSubjectCredsOnly
-
context
-
-
Constructor Details
-
GSSContextKrb5
public GSSContextKrb5()
-
-
Method Details
-
create
- Specified by:
createin interfaceGSSContext- Throws:
JSchException
-
isEstablished
public boolean isEstablished()- Specified by:
isEstablishedin interfaceGSSContext
-
init
- Specified by:
initin interfaceGSSContext- Throws:
JSchException
-
getMIC
public byte[] getMIC(byte[] message, int s, int l) - Specified by:
getMICin interfaceGSSContext
-
dispose
public void dispose()- Specified by:
disposein interfaceGSSContext
-
getSystemProperty
-
setSystemProperty
-