Interface ImportedCertificateManagedCsrResponse.KeyType
-
- Enclosing class:
- ImportedCertificateManagedCsrResponse
public static interface ImportedCertificateManagedCsrResponse.KeyTypeThe type of private key to generate.
-
-
Field Detail
-
RSA
static final String RSA
rsa.- See Also:
- Constant Field Values
-
EC
static final String EC
ec.- See Also:
- Constant Field Values
-
ED25519
static final String ED25519
ed25519.- See Also:
- Constant Field Values
-
-