Uses of Class
com.ellipticsecure.ehsm.CKAttribute
-
-
Uses of CKAttribute in com.ellipticsecure.ehsm
Methods in com.ellipticsecure.ehsm that return CKAttribute Modifier and Type Method Description static CKAttributeCKAttribute. setBoolAttribute(CKAttribute attribute, long type, boolean val)static CKAttributeCKAttribute. setLongAttribute(CKAttribute attribute, long type, long val)Methods in com.ellipticsecure.ehsm with parameters of type CKAttribute Modifier and Type Method Description longEHSMLibrary. C_FindObjectsInit(com.sun.jna.NativeLong hSession, CKAttribute[] pTemplate, com.sun.jna.NativeLong ulCount)Note: Use the ObjectHandleIterator class instead of using this function directly.static CKAttributeCKAttribute. setBoolAttribute(CKAttribute attribute, long type, boolean val)static CKAttributeCKAttribute. setLongAttribute(CKAttribute attribute, long type, long val)Constructors in com.ellipticsecure.ehsm with parameters of type CKAttribute Constructor Description ObjectHandleIterator(@NonNull EHSMLibrary lib, @NonNull com.sun.jna.NativeLong session, @NonNull CKAttribute[] attributes)
-