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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DTrustAnchor.java48 * <p>All <code>TrustAnchor</code> objects must be immutable and
50 * methods defined in this class on a single <code>TrustAnchor</code>
52 * <code>TrustAnchor</code> objects to be immutable and thread-safe
64 public class TrustAnchor { class
74 * Creates an instance of <code>TrustAnchor</code> with the specified
124 public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) method in class:TrustAnchor
137 * Creates an instance of <code>TrustAnchor</code> where the
147 * {@link #TrustAnchor(X509Certificate, byte[])
148 * TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) }.
163 public TrustAnchor(X500Principa method in class:TrustAnchor
206 public TrustAnchor(String caName, PublicKey pubKey, byte[] nameConstraints) method in class:TrustAnchor
[all...]

Completed in 36 milliseconds