Home | History | Annotate | Download | only in certpath

Lines Matching defs:algorithmId

59 import sun.security.x509.AlgorithmId;
272 AlgorithmId algorithmId;
275 algorithmId = (AlgorithmId)x509Cert.get(X509CertImpl.SIG_ALG);
280 AlgorithmParameters currSigAlgParams = algorithmId.getParameters();
401 AlgorithmId algorithmId = x509CRLImpl.getSigAlgId();
402 check(key, algorithmId);
411 static void check(PublicKey key, AlgorithmId algorithmId)
413 String sigAlgName = algorithmId.getName();
414 AlgorithmParameters sigAlgParams = algorithmId.getParameters();