Searched defs:TrustAnchor (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/cert/
H A DTrustAnchor.java37 public class TrustAnchor { class
50 * Creates a new {@code TrustAnchor} with the specified certificate and name
64 public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) { method in class:TrustAnchor
84 * Creates a new {@code TrustAnchor} with the specified certificate
102 public TrustAnchor(String caName, PublicKey caPublicKey, method in class:TrustAnchor
132 * Creates a new {@code TrustAnchor} with the specified certificate
149 public TrustAnchor(X500Principal caPrincipal, method in class:TrustAnchor
233 * Returns a string representation of this {@code TrustAnchor} instance.
235 * @return a string representation of this {@code TrustAnchor} instance.
238 StringBuilder sb = new StringBuilder("TrustAnchor
[all...]

Completed in 36 milliseconds