Class KeyVaultKey

java.lang.Object
com.azure.security.keyvault.keys.models.KeyVaultKey
Direct Known Subclasses:
DeletedKey

public class KeyVaultKey extends Object
Key is the resource consisting of name, JsonWebKey and its attributes specified in KeyProperties. It is managed by Key Service.
See Also:
  • Method Details

    • getKey

      public JsonWebKey getKey()
      Get the JSON Web Key.
      Returns:
      The JSON Web Key.
    • getProperties

      public KeyProperties getProperties()
      Get the key properties.
      Returns:
      The key properties.
    • getId

      public String getId()
      Get the key identifier.
      Returns:
      The key identifier.
    • getName

      public String getName()
      Get the key name.
      Returns:
      The key name.
    • getKeyType

      public KeyType getKeyType()
      Get the key type.
      Returns:
      The key type.
    • getKeyOperations

      public List<KeyOperation> getKeyOperations()
      Get the key operations.
      Returns:
      The key operations.