| 281 | KeyType GetKeyType() const { return KeyType(keyOID_); } |
| 282 | const char* GetIssuer() const { return issuer_; } |
| 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_; } |
no outgoing calls
no test coverage detected