Interface GSSContext

All Known Implementing Classes:
GSSContextKrb5

public interface GSSContext
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create​(String user, String host)
     
    void
     
    byte[]
    getMIC​(byte[] message, int s, int l)
     
    byte[]
    init​(byte[] token, int s, int l)
     
    boolean
     
  • Method Details