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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_PSS_PARAMS.java102 buffer.append(Functions.toFullHexString(hashAlg));
107 buffer.append(Functions.toFullHexString(mgf));
H A DCK_ECDH1_DERIVE_PARAMS.java112 buffer.append(Functions.toFullHexString(kdf));
H A DCK_X9_42_DH1_DERIVE_PARAMS.java106 buffer.append(Functions.toFullHexString(kdf));
H A DCK_ECDH2_DERIVE_PARAMS.java135 buffer.append(Functions.toFullHexString(kdf));
H A DCK_X9_42_DH2_DERIVE_PARAMS.java135 buffer.append(Functions.toFullHexString(kdf));
H A DPKCS11Exception.java279 message = "0x" + Functions.toFullHexString((int)errorCode_);
H A DFunctions.java110 public static String toFullHexString(long value) { method in class:Functions
129 public static String toFullHexString(int value) { method in class:Functions
336 name = "ERROR: unknown session state 0x" + toFullHexString(state);
402 name = "Unknown 0x" + toFullHexString(id);

Completed in 552 milliseconds