Home | History | Annotate | Download | only in jsse

Lines Matching refs:X509_NAME_hash

177     public static int X509_NAME_hash(X500Principal principal) {
178 return X509_NAME_hash(principal, "SHA1");
181 return X509_NAME_hash(principal, "MD5");
183 private static int X509_NAME_hash(X500Principal principal, String algorithm) {