Class GSSContextKrb5


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

      Constructors 
      Constructor Description
      GSSContextKrb5()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void create​(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
    • Constructor Detail

      • GSSContextKrb5

        public GSSContextKrb5()
    • Method Detail

      • create

        public void create​(java.lang.String host)
                    throws java.net.UnknownHostException,
                           org.ietf.jgss.GSSException
        Throws:
        java.net.UnknownHostException
        org.ietf.jgss.GSSException
      • isEstablished

        public boolean isEstablished()
      • init

        public byte[] init​(byte[] token,
                           int s,
                           int l)
                    throws org.ietf.jgss.GSSException,
                           java.lang.SecurityException
        Throws:
        org.ietf.jgss.GSSException
        java.lang.SecurityException
      • getMIC

        public byte[] getMIC​(byte[] message,
                             int s,
                             int l)
                      throws org.ietf.jgss.GSSException
        Throws:
        org.ietf.jgss.GSSException
      • dispose

        public void dispose()
                     throws org.ietf.jgss.GSSException
        Throws:
        org.ietf.jgss.GSSException