Class KeyCreateParameters

java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyCreateParameters

public class KeyCreateParameters extends Object

The key create parameters.

Author:
Antonio Tarricone
See Also:
  • Field Details

    • kty

      private String kty

      The type of key to create.

      See Also:
    • attributes

      private KeyAttributes attributes

      The attributes of a key managed by the key vault service.

    • crv

      private String crv

      Elliptic curve name.

      See Also:
    • keyOps

      private List<String> keyOps

      JSON web key operations.

      See Also:
    • keySize

      private Integer keySize

      The key size in bits.

    • publicExponent

      private Integer publicExponent

      The public exponent for a RSA key.

    • releasePolicy

      private KeyReleasePolicy releasePolicy

      The policy rules under which the key can be exported.

    • tags

      private Map<String,String> tags

      Application specific metadata in the form of key-value pairs.

  • Constructor Details

    • KeyCreateParameters

      public KeyCreateParameters()

      Default constructor.