Home | History | Annotate | Download | only in x509

Lines Matching defs:subject

52  *       subject              Name,
75 /** the value of subject field of the structure */
76 private final Name subject;
90 Validity validity, Name subject,
99 this.subject = subject;
108 Validity validity, Name subject,
112 this(version, serialNumber, signature, issuer, validity, subject,
153 * Returns the value of subject field of the structure.
156 return subject;
200 sb.append("\n Subject: ").append(subject.getName(X500Principal.RFC2253));
215 sb.append("\n Subject Id: ");
275 values[5] = tbs.subject;