Home | History | Annotate | Download | only in x509

Lines Matching refs:issuer

50  *       issuer               Name,
71 // the value of issuer field of the structure
72 private final Name issuer;
94 * @param issuer : Name
100 AlgorithmIdentifier signature, Name issuer,
103 this(version, serialNumber, signature, issuer, validity, subject,
112 * @param issuer: Name
121 AlgorithmIdentifier signature, Name issuer,
129 this.issuer = issuer;
143 // @param issuer: Name
153 AlgorithmIdentifier signature, Name issuer,
158 this(version, serialNumber, signature, issuer, validity, subject,
188 * Returns the value of issuer field of the structure.
189 * @return issuer
192 return issuer;
270 buffer.append("\n Issuer: ");
271 buffer.append(issuer.getName(X500Principal.RFC2253));
275 buffer.append("\n Issuer Id: ");
339 values[3] = tbs.issuer;