Searched defs:publicKeyInfo (Results 1 – 2 of 2) sorted by relevance
218 func parsePublicKey(keyData *publicKeyInfo) (any, error) {
201 type publicKeyInfo struct { struct202 Raw asn1.RawContent203 Algorithm pkix.AlgorithmIdentifier204 PublicKey asn1.BitString