Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ DecodeToKey
Method
DecodeToKey
extra/yassl/taocrypt/src/asn.cpp:543–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
542
543
void CertDecoder::DecodeToKey()
544
{
545
ReadHeader();
546
signatureOID_ = GetAlgoId();
547
GetName(ISSUER);
548
GetValidity();
549
GetName(SUBJECT);
550
GetKey();
551
}
552
553
554
// Read public key
Callers
1
SetPrivateKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected