| 283 | const char* GetCommonName() const { return subject_; } |
| 284 | const byte* GetHash() const { return subjectHash_; } |
| 285 | const char* GetBeforeDate() const { return beforeDate_; } |
| 286 | byte GetBeforeDateType() const { return beforeDateType_; } |
| 287 | const char* GetAfterDate() const { return afterDate_; } |
| 288 | byte GetAfterDateType() const { return afterDateType_; } |
no outgoing calls
no test coverage detected