Class CK_INTERFACE


  • public class CK_INTERFACE
    extends java.lang.Object
    Author:
    Stiftung SIC (SIC)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long flags
      PKCS#11:
      char[] interfaceName
      PKCS#11:
    • Constructor Summary

      Constructors 
      Constructor Description
      CK_INTERFACE()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • interfaceName

        public char[] interfaceName
        PKCS#11:
         CK_CHAR *pInterfaceName;
         
      • flags

        public long flags
        PKCS#11:
         CK_FLAGS flags;
         
    • Constructor Detail

      • CK_INTERFACE

        public CK_INTERFACE()