HomeSort by relevance Sort by last modified time
    Searched refs:x500Name (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 32 import sun.security.x509.X500Name;
82 * The X500Name representing this principal.
84 * NOTE: this field is reflectively accessed from within X500Name.
86 private transient X500Name thisX500Name;
89 * Creates an X500Principal by wrapping an X500Name.
93 * Currently referenced from sun.security.x509.X500Name.asX500Principal().
95 X500Principal(X500Name x500Name) {
96 thisX500Name = x500Name;
167 thisX500Name = new X500Name(name, keywordMap)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java 164 ((X500Name) certImpl.getIssuerDN(), relativeName);
171 ((X500Name) crlIssuers.get(0).getName(), relativeName);
184 X500Name x500Name = (X500Name) name.getName();
186 getCRLs(x500Name, certImpl.getIssuerX500Principal(),
262 private static Collection<X509CRL> getCRLs(X500Name name,
327 X500Name certIssuer = (X500Name) certImpl.getIssuerDN();
328 X500Name crlIssuer = (X500Name) crlImpl.getIssuerDN()
    [all...]

Completed in 56 milliseconds