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

/libcore/ojluni/src/main/java/java/security/cert/
H A DTrustAnchor.java114 * @param nameConstraints a byte array containing the ASN.1 DER encoding of
123 public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) argument
132 setNameConstraints(nameConstraints);
147 * TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) }.
154 * @param nameConstraints a byte array containing the ASN.1 DER encoding of
163 byte[] nameConstraints) {
171 setNameConstraints(nameConstraints);
186 * TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) }.
195 * @param nameConstraints a byte array containing the ASN.1 DER encoding of
205 public TrustAnchor(String caName, PublicKey pubKey, byte[] nameConstraints) argument
162 TrustAnchor(X500Principal caPrincipal, PublicKey pubKey, byte[] nameConstraints) argument
[all...]

Completed in 64 milliseconds