Home | History | Annotate | Download | only in jsse

Lines Matching refs:X509_NAME_hash

334     public static int X509_NAME_hash(X500Principal principal) {
335 return X509_NAME_hash(principal, "SHA1");
338 return X509_NAME_hash(principal, "MD5");
340 private static int X509_NAME_hash(X500Principal principal, String algorithm) {