Home | History | Annotate | Download | only in cert

Lines Matching defs:authority

64      * authority that signed the certificate's revocation status information
66 private final X500Principal authority;
72 * the specified revocation date, reason code, authority name, and map
81 * @param authority the {@code X500Principal} that represents the name
82 * of the authority that signed the certificate's revocation status
85 * {@code reason}, {@code authority}, or
89 X500Principal authority, Map<String, Extension> extensions) {
90 if (revocationDate == null || reason == null || authority == null ||
96 this.authority = authority;
124 * Returns the name of the authority that signed the certificate's
128 * authority that signed the certificate's revocation status information
131 return authority;
178 + ", authority: " + authority + ", extension OIDs: "
193 // (revocationDate, reason, authority)
220 // (revocationDate, reason, authority)