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

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DTrustAnchor.java40 public class TrustAnchor { class
53 * Creates a new {@code TrustAnchor} with the specified certificate and name
67 public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) { method in class:TrustAnchor
87 * Creates a new {@code TrustAnchor} with the specified certificate
105 public TrustAnchor(String caName, PublicKey caPublicKey, method in class:TrustAnchor
136 * Creates a new {@code TrustAnchor} with the specified certificate
153 public TrustAnchor(X500Principal caPrincipal, method in class:TrustAnchor
237 * Returns a string representation of this {@code TrustAnchor} instance.
239 * @return a string representation of this {@code TrustAnchor} instance.
242 StringBuilder sb = new StringBuilder("TrustAnchor
[all...]

Completed in 70 milliseconds