Home
last modified time | relevance | path

Searched refs:isFullSignVerifyMechanism (Results 1 – 2 of 2) sorted by relevance

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/
H A DMechanism.java1446 public boolean isFullSignVerifyMechanism() { in isFullSignVerifyMechanism() method in Mechanism
1447 return Functions.isFullSignVerifyMechanism(pkcs11MechanismCode_); in isFullSignVerifyMechanism()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/wrapper/
H A DFunctions.java1624 public static boolean isFullSignVerifyMechanism(long mechanismCode) { in isFullSignVerifyMechanism() method in Functions