``keys`` |
required, object |
object can contain the following fields:
- privateKey, string, optional
- publicKey, string, optional
- certificate, string, optional
- keyAlgorithm, string, required
|
{
"keys" : {
"privateKey" : "-----BEGIN PGP PRIVATE KEY BLOCK-----\nVersion: BCPG v1.65\n\nlQO+BF6X8mMBCADJubBsqhEh8l/kY5Q3TwRn1ALceNVXJUnd9ERkD4/kox...",
"keyAlgorithm" : "PGP"
}
}
|
|