Lines Matching defs:issuer
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 issuer
94 public CertificateIssuerExtension(GeneralNames issuer) throws IOException {
97 this.names = issuer;
169 * Returns a printable representation of the certificate issuer.