Searched refs:algId (Results 1 – 6 of 6) sorted by relevance
42 private AlgorithmId algId; field in CertificateAlgorithmId67 public CertificateAlgorithmId(AlgorithmId algId) { in CertificateAlgorithmId() argument68 this.algId = algId; in CertificateAlgorithmId()79 algId = AlgorithmId.parse(val); in CertificateAlgorithmId()90 algId = AlgorithmId.parse(val); in CertificateAlgorithmId()97 if (algId == null) return ""; in toString()98 return (algId.toString() + in toString()99 ", OID = " + (algId.getOID()).toString() + "\n"); in toString()110 algId.encode(tmp); in encode()123 algId = (AlgorithmId)obj; in set()[all …]
86 protected CertificateAlgorithmId algId = null; field in X509CertInfo295 || issuer == null || algId == null || serialNum == null) { in toString()303 sb.append(" Signature Algorithm: " + algId.toString() + "\n"); in toString()398 algId.set(suffix, val); in set()483 algId = null; in delete()485 algId.delete(suffix); in delete()575 return(algId); in get()577 return(algId.get(suffix)); in get()646 algId = new CertificateAlgorithmId(in); in parse()764 algId.encode(tmp); in emit()[all …]
124 protected AlgorithmId algId = null; field in X509CertImpl451 sigVerf = Signature.getInstance(algId.getName()); in verify()453 sigVerf = Signature.getInstance(algId.getName(), sigProvider); in verify()496 sigVerf = Signature.getInstance(algId.getName()); in verify()498 sigVerf = Signature.getInstance(algId.getName(), sigProvider); in verify()581 algId = AlgorithmId.get(sigEngine.getAlgorithm()); in sign()591 algId.encode(tmp); in sign()687 return(algId); in get()777 algId = null; in delete()816 if (info == null || algId == null || signature == null) in toString()[all …]
34 public CertificateAlgorithmId(sun.security.x509.AlgorithmId algId) { in CertificateAlgorithmId() argument80 private sun.security.x509.AlgorithmId algId; field in CertificateAlgorithmId
212 protected sun.security.x509.CertificateAlgorithmId algId; field in X509CertInfo
458 @android.compat.annotation.UnsupportedAppUsage protected sun.security.x509.AlgorithmId algId; field in X509CertImpl