Class GSSContextKrb5

java.lang.Object
com.jcraft.jsch.jgss.GSSContextKrb5
All Implemented Interfaces:
GSSContext

public class GSSContextKrb5
extends java.lang.Object
implements GSSContext
  • Constructor Summary

    Constructors
    Constructor Description
    GSSContextKrb5()  
  • Method Summary

    Modifier and Type Method Description
    void create​(java.lang.String user, java.lang.String host)  
    void dispose()  
    byte[] getMIC​(byte[] message, int s, int l)  
    byte[] init​(byte[] token, int s, int l)  
    boolean isEstablished()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait