Class KeyCreateParameters
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyCreateParameters
The key create parameters.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate KeyAttributes
The attributes of a key managed by the key vault service.private String
Elliptic curve name.JSON web key operations.private Integer
The key size in bits.private String
The type of key to create.private Integer
The public exponent for a RSA key.private KeyReleasePolicy
The policy rules under which the key can be exported.Application specific metadata in the form of key-value pairs. -
Constructor Summary
-
Method Summary
-
Field Details
-
kty
The type of key to create.
- See Also:
-
attributes
The attributes of a key managed by the key vault service.
-
crv
Elliptic curve name.
- See Also:
-
keyOps
JSON web key operations.
- See Also:
-
keySize
The key size in bits.
-
publicExponent
The public exponent for a RSA key.
-
releasePolicy
The policy rules under which the key can be exported.
-
tags
Application specific metadata in the form of key-value pairs.
-
-
Constructor Details
-
KeyCreateParameters
public KeyCreateParameters()Default constructor.
-