X509CRLImpl.java | 75 * issuer Name, 103 private X500Name issuer = null; field in class:X509CRLImpl 187 * @param issuer the name of the CA issuing this CRL. 191 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate) { 192 this.issuer = issuer; 200 * @param issuer the name of the CA issuing this CRL. 207 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, 211 this.issuer = issuer; 1216 final X500Principal issuer; field in class:X509CRLImpl.X509IssuerSerial [all...] |