Class SecClass.Marshaler

  • Enclosing class:
    SecClass

    public static class SecClass.Marshaler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Marshaler()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long toNative​(SecClass o, long flags)  
      static SecClass toObject​(java.lang.Class<SecClass> cls, long handle, long flags)  
      • Methods inherited from class java.lang.Object

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

      • Marshaler

        public Marshaler()
    • Method Detail

      • toObject

        public static SecClass toObject​(java.lang.Class<SecClass> cls,
                                        long handle,
                                        long flags)
      • toNative

        public static long toNative​(SecClass o,
                                    long flags)