Searched refs:caPrincipal (Results 1 – 1 of 1) sorted by relevance
67 private final X500Principal caPrincipal; field in TrustAnchor131 this.caPrincipal = null; in TrustAnchor()162 public TrustAnchor(X500Principal caPrincipal, PublicKey pubKey, in TrustAnchor() argument164 if ((caPrincipal == null) || (pubKey == null)) { in TrustAnchor()168 this.caPrincipal = caPrincipal; in TrustAnchor()169 this.caName = caPrincipal.getName(); in TrustAnchor()217 this.caPrincipal = new X500Principal(caName); in TrustAnchor()243 return this.caPrincipal; in getCA()