Home | History | Annotate | Download | only in x509

Lines Matching refs:algId

124     protected AlgorithmId       algId = null;
451 sigVerf = Signature.getInstance(algId.getName());
453 sigVerf = Signature.getInstance(algId.getName(), sigProvider);
496 sigVerf = Signature.getInstance(algId.getName());
498 sigVerf = Signature.getInstance(algId.getName(), sigProvider);
581 algId = AlgorithmId.get(sigEngine.getAlgorithm());
591 algId.encode(tmp);
687 return(algId);
777 algId = null;
816 if (info == null || algId == null || signature == null)
823 sb.append(" Algorithm: [" + algId.toString() + "]\n");
1039 if (algId == null)
1041 return (algId.getName());
1051 if (algId == null)
1053 ObjectIdentifier oid = algId.getOID();
1065 if (algId == null)
1068 return algId.getEncodedParams();
1836 algId = AlgorithmId.parse(seq[1]);
1840 throw new CertificateParsingException("algid field overrun");
1853 if (! algId.equals(infoSigAlg))