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