mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
1 line
767 B
JSON
1 line
767 B
JSON
{"group":"eolinker.com","project":"apinto","name":"rsa","version":"innert","render":{"type":"object","eo:type":"object","properties":{"format":{"type":"string","eo:type":"string","enum":["origin","base64"],"label":"密钥格式"},"private_key":{"type":"string","eo:type":"string","description":"对请求体进行解密,对响应体进行签名","label":"私钥"},"public_key":{"type":"string","eo:type":"string","description":"对请求体进行验签,对响应体进行加密","label":"公钥"},"request_sign_header":{"type":"string","eo:type":"string","label":"请求签名头"},"response_sign_header":{"type":"string","eo:type":"string","label":"响应签名头"}},"ui:sort":["private_key","public_key","request_sign_header","response_sign_header","format"]}} |