MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / GetCommonName

Method GetCommonName

extra/yassl/taocrypt/include/asn.hpp:283–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_; }

Callers 3

CopyCaCertMethod · 0.80
ValidateMethod · 0.80
SetPrivateKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected