Searched refs:KA (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java495 private final static String KA = "KeyAgreement"; field in class:SunPKCS11
586 d(KA, "DH", P11KeyAgreement, s("DiffieHellman"),
588 d(KA, "ECDH", "sun.security.pkcs11.P11ECDHKeyAgreement",
950 } else if (type == KA) {
1009 if (((type == KA) && algorithm.equals("ECDH"))
1033 if (type == KA) {

Completed in 33 milliseconds