Class gss_krb5_lucid_key


  • public final class gss_krb5_lucid_key
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.moe.natj.general.ptr.VoidPtr data()  
      int length()  
      void setData​(org.moe.natj.general.ptr.VoidPtr value)  
      void setLength​(int value)  
      void setType​(int value)  
      int type()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • gss_krb5_lucid_key

        public gss_krb5_lucid_key()
      • gss_krb5_lucid_key

        protected gss_krb5_lucid_key​(org.moe.natj.general.Pointer peer)
      • gss_krb5_lucid_key

        public gss_krb5_lucid_key​(int type,
                                  int length,
                                  org.moe.natj.general.ptr.VoidPtr data)
    • Method Detail

      • type

        public int type()
      • setType

        public void setType​(int value)
      • length

        public int length()
      • setLength

        public void setLength​(int value)
      • data

        public org.moe.natj.general.ptr.VoidPtr data()
      • setData

        public void setData​(org.moe.natj.general.ptr.VoidPtr value)