Home
last modified time | relevance | path

Searched defs:publicKeyInfo (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/crypto/x509/
Dparser.go218 func parsePublicKey(keyData *publicKeyInfo) (any, error) {
Dx509.go201 type publicKeyInfo struct { struct
202 Raw asn1.RawContent
203 Algorithm pkix.AlgorithmIdentifier
204 PublicKey asn1.BitString