HomeSort by relevance Sort by last modified time
    Searched defs:ISSUER (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateIssuerExtension.java 35 * Represents the CRL Certificate Issuer Extension (OID = 2.5.29.29).
37 * The CRL certificate issuer extension identifies the certificate issuer
41 * certificate issuer defaults to the CRL issuer. On subsequent entries
43 * issuer for the entry is the same as that for the preceding entry.
70 public static final String ISSUER = "issuer";
88 * Create a CertificateIssuerExtension containing the specified issuer name.
91 * @param issuer the certificate issue
    [all...]
X509CertInfo.java 52 * <LI>The <em>Issuer Name</em>, an X.500 Distinguished Name for the
75 public static final String ISSUER = "issuer";
87 protected X500Name issuer = null; field in class:X509CertInfo
120 map.put(ISSUER, Integer.valueOf(ATTR_ISSUER));
199 elements.addElement(ISSUER);
295 || issuer == null || algId == null || serialNum == null) {
306 sb.append(" Issuer: " + issuer.toString() + "\n");
311 sb.append(" Issuer Id:\n" + issuerUniqueId.toString() + "\n")
    [all...]
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 203 milliseconds