Searched refs:caName (Results 1 – 2 of 2) sorted by relevance
66 private final String caName; field in TrustAnchor130 this.caName = null; in TrustAnchor()169 this.caName = caPrincipal.getName(); in TrustAnchor()205 public TrustAnchor(String caName, PublicKey pubKey, byte[] nameConstraints) in TrustAnchor() argument210 if (caName == null) in TrustAnchor()213 if (caName.length() == 0) in TrustAnchor()217 this.caPrincipal = new X500Principal(caName); in TrustAnchor()219 this.caName = caName; in TrustAnchor()255 return this.caName; in getCAName()325 + String.valueOf(caName) + "\n"); in toString()
64 private final X500Principal caName; field in BasicChecker85 this.caName = anchor.getTrustedCert().getSubjectX500Principal(); in BasicChecker()88 this.caName = anchor.getCA(); in BasicChecker()110 prevSubject = caName; in init()