Class KeyVaultKey

    • Method Detail

      • 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.