Interface Keys

    • Method Detail

      • getByNameAndVersion

        Key getByNameAndVersion​(String name,
                                String version)
        Gets a Key Vault key.
        Parameters:
        name - the name of the key
        version - the version of the key
        Returns:
        the key
      • getByNameAndVersionAsync

        Mono<Key> getByNameAndVersionAsync​(String name,
                                           String version)
        Gets a Key Vault key.
        Parameters:
        name - the name of the key
        version - the version of the key
        Returns:
        the key
      • restore

        Key restore​(byte[] backup)
        Restores a backup key into a Key Vault key.
        Parameters:
        backup - the backup key
        Returns:
        the key restored from the backup
      • restoreAsync

        Mono<Key> restoreAsync​(byte[] backup)
        Restores a backup key into a Key Vault key.
        Parameters:
        backup - the backup key
        Returns:
        the key restored from the backup