Searched defs:rsaKeyGenTestResponse (Results 1 – 2 of 2) sorted by relevance
51 type rsaKeyGenTestResponse struct { struct52 ID uint64 `json:"tcId"`53 E string `json:"e"`54 P string `json:"p"`55 Q string `json:"q"`56 N string `json:"n"`57 D string `json:"d"`