Searched defs:addMech (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java592 private static void addMech(long id, String name) { method in class:Functions
609 addMech(CKM_RSA_PKCS_KEY_PAIR_GEN, "CKM_RSA_PKCS_KEY_PAIR_GEN");
610 addMech(CKM_RSA_PKCS, "CKM_RSA_PKCS");
611 addMech(CKM_RSA_9796, "CKM_RSA_9796");
612 addMech(CKM_RSA_X_509, "CKM_RSA_X_509");
613 addMech(CKM_MD2_RSA_PKCS, "CKM_MD2_RSA_PKCS");
614 addMech(CKM_MD5_RSA_PKCS, "CKM_MD5_RSA_PKCS");
615 addMech(CKM_SHA1_RSA_PKCS, "CKM_SHA1_RSA_PKCS");
616 addMech(CKM_RIPEMD128_RSA_PKCS, "CKM_RIPEMD128_RSA_PKCS");
617 addMech(CKM_RIPEMD160_RSA_PKC
[all...]

Completed in 31 milliseconds