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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAlgorithmChecker.java187 AlgorithmId algorithmId = null;
189 algorithmId = (AlgorithmId)x509Cert.get(X509CertImpl.SIG_ALG);
194 AlgorithmParameters currSigAlgParams = algorithmId.getParameters();
343 AlgorithmId algorithmId = x509CRLImpl.getSigAlgId();
344 check(key, algorithmId);
353 static void check(PublicKey key, AlgorithmId algorithmId) argument
355 String sigAlgName = algorithmId.getName();
356 AlgorithmParameters sigAlgParams = algorithmId.getParameters();

Completed in 29 milliseconds