Home | History | Annotate | Download | only in x509

Lines Matching refs:algId

42     private AlgorithmId algId;
65 * @param algId the Algorithm identifier
67 public CertificateAlgorithmId(AlgorithmId algId) {
68 this.algId = algId;
79 algId = AlgorithmId.parse(val);
90 algId = AlgorithmId.parse(val);
97 if (algId == null) return "";
98 return (algId.toString() +
99 ", OID = " + (algId.getOID()).toString() + "\n");
110 algId.encode(tmp);
123 algId = (AlgorithmId)obj;
135 return (algId);
147 algId = null;