Searched defs:pkcs1PrivateKey (Results 1 – 1 of 1) sorted by relevance
15 type pkcs1PrivateKey struct { struct16 Version int17 N *big.Int18 E int19 D *big.Int20 P *big.Int21 Q *big.Int23 Dp *big.Int `asn1:"optional"`24 Dq *big.Int `asn1:"optional"`25 Qinv *big.Int `asn1:"optional"`[all …]