@azure/keyvault-keys package
Classes
CryptographyClient |
A client used to perform cryptographic operations on an Azure Key vault key or a local JsonWebKey. |
KeyClient |
The KeyClient provides methods to manage KeyVaultKey in the Azure Key Vault. The client supports creating, retrieving, updating, deleting, purging, backing up, restoring and listing KeyVaultKeys. The client also supports listing DeletedKey for a soft-delete enabled Azure Key Vault. |
Interfaces
AesCbcDecryptParameters |
Decryption parameters for AES-CBC encryption algorithms. |
AesCbcEncryptParameters |
Encryption parameters for AES-CBC encryption algorithms. |
AesGcmDecryptParameters |
Decryption parameters for AES-GCM encryption algorithms. |
AesGcmEncryptParameters |
Encryption parameters for AES-GCM encryption algorithms. |
BackupKeyOptions |
Options for backupKey(string, BackupKeyOptions). |
BeginDeleteKeyOptions |
An interface representing the optional parameters that can be passed to beginDeleteKey(string, BeginDeleteKeyOptions) |
BeginRecoverDeletedKeyOptions |
An interface representing the optional parameters that can be passed to beginRecoverDeletedKey(string, BeginRecoverDeletedKeyOptions) |
CreateEcKeyOptions |
An interface representing the optional parameters that can be passed to createEcKey(string, CreateEcKeyOptions) |
CreateKeyOptions |
An interface representing the optional parameters that can be passed to createKey(string, string, CreateKeyOptions) |
CreateOctKeyOptions |
An interface representing the optional parameters that can be passed to createOctKey(string, CreateOctKeyOptions) |
CreateRsaKeyOptions |
An interface representing the optional parameters that can be passed to createRsaKey(string, CreateRsaKeyOptions) |
CryptographyClientOptions |
The optional parameters accepted by the KeyVault's CryptographyClient |
CryptographyOptions |
An interface representing the options of the cryptography API methods, go to the CryptographyClient for more information. |
DecryptOptions |
Options for decrypt(DecryptParameters, DecryptOptions). |
DecryptResult |
Result of the decrypt(DecryptParameters, DecryptOptions) operation. |
DeletedKey |
An interface representing a deleted Key Vault Key. |
EncryptOptions |
Options for encrypt(EncryptParameters, EncryptOptions). |
EncryptResult |
Result of the encrypt(EncryptParameters, EncryptOptions) operation. |
GetCryptographyClientOptions |
Options for getCryptographyClient. |
GetDeletedKeyOptions |
Options for getDeletedKey(string, GetDeletedKeyOptions). |
GetKeyOptions |
Options for getKey(string, GetKeyOptions). |
GetKeyRotationPolicyOptions |
Options for <xref:KeyClient.getRotationPolicy> |
GetRandomBytesOptions |
Options for getRandomBytes |
ImportKeyOptions |
An interface representing the optional parameters that can be passed to importKey(string, JsonWebKey_2, ImportKeyOptions) |
JsonWebKey |
As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18 |
KeyClientOptions |
The optional parameters accepted by the KeyVault's KeyClient |
KeyPollerOptions |
An interface representing the optional parameters that can be passed to beginDeleteKey(string, BeginDeleteKeyOptions) and beginRecoverDeletedKey(string, BeginRecoverDeletedKeyOptions) |
KeyProperties |
An interface representing the Properties of KeyVaultKey |
KeyReleasePolicy |
The policy rules under which a key can be exported. |
KeyRotationLifetimeAction |
An action and its corresponding trigger that will be performed by Key Vault over the lifetime of a key. |
KeyRotationPolicy |
The complete key rotation policy that belongs to a key. |
KeyRotationPolicyProperties |
The properties of a key rotation policy that the client can set for a given key. You may also reset the key rotation policy to its default values by setting lifetimeActions to an empty array. |
KeyVaultKey |
An interface representing a Key Vault Key, with its name, value and KeyProperties. |
KeyVaultKeyIdentifier |
Represents the segments that compose a Key Vault Key Id. |
ListDeletedKeysOptions |
An interface representing optional parameters for KeyClient paged operations passed to listDeletedKeys(ListDeletedKeysOptions). |
ListPropertiesOfKeyVersionsOptions |
An interface representing optional parameters for KeyClient paged operations passed to listPropertiesOfKeyVersions(string, ListPropertiesOfKeyVersionsOptions). |
ListPropertiesOfKeysOptions |
An interface representing optional parameters for KeyClient paged operations passed to listPropertiesOfKeys(ListPropertiesOfKeysOptions). |
PageSettings |
An interface that tracks the settings for paged iteration |
PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
PollOperationState |
PollOperationState contains an opinionated list of the smallest set of properties needed to define any long running operation poller. While the Poller class works as the local control mechanism to start triggering, wait for, and potentially cancel a long running operation, the PollOperationState documents the status of the remote long running operation. It should be updated at least when the operation starts, when it's finished, and when it's cancelled. Though, implementations can have any other number of properties that can be updated by other reasons. |
PollerLike |
Abstract representation of a poller, intended to expose just the minimal API that the user needs to work with. |
PurgeDeletedKeyOptions |
Options for purgeDeletedKey(string, PurgeDeletedKeyOptions). |
ReleaseKeyOptions |
Options for releaseKey |
ReleaseKeyResult |
Result of the releaseKey operation. |
RestoreKeyBackupOptions |
Options for restoreKeyBackup(Uint8Array, RestoreKeyBackupOptions). |
RotateKeyOptions |
Options for rotateKey |
RsaDecryptParameters |
Decryption parameters for RSA encryption algorithms. |
RsaEncryptParameters |
Encryption parameters for RSA encryption algorithms. |
SignOptions |
Options for sign(string, Uint8Array, SignOptions). |
SignResult |
Result of the sign(string, Uint8Array, SignOptions) operation. |
UnwrapKeyOptions |
Options for unwrapKey(KeyWrapAlgorithm, Uint8Array, UnwrapKeyOptions). |
UnwrapResult |
Result of the <xref:unwrap> operation. |
UpdateKeyPropertiesOptions |
Options for updateKeyProperties(string, string, UpdateKeyPropertiesOptions). |
UpdateKeyRotationPolicyOptions |
Options for updateKeyRotationPolicy |
VerifyDataOptions |
Options for verifyData(string, Uint8Array, Uint8Array, VerifyOptions) |
VerifyOptions |
Options for verify(string, Uint8Array, Uint8Array, VerifyOptions). |
VerifyResult |
Result of the verify(string, Uint8Array, Uint8Array, VerifyOptions) operation. |
WrapKeyOptions |
Options for wrapKey(KeyWrapAlgorithm, Uint8Array, WrapKeyOptions). |
WrapResult |
Result of the <xref:wrap> operation. |
Type Aliases
AesCbcEncryptionAlgorithm |
A union type representing all supported AES-CBC encryption algorithms. |
AesGcmEncryptionAlgorithm |
A union type representing all supported AES-GCM encryption algorithms. |
DecryptParameters |
A type representing all currently supported decryption parameters as they apply to different encryption algorithms. |
DeletionRecoveryLevel |
Defines values for DeletionRecoveryLevel. Known values supported by the servicePurgeable: Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) |
EncryptParameters |
A type representing all currently supported encryption parameters as they apply to different encryption algorithms. |
EncryptionAlgorithm |
Defines values for JsonWebKeyEncryptionAlgorithm. Known values supported by the serviceRSA-OAEP |
KeyCurveName |
Defines values for JsonWebKeyCurveName. Known values supported by the serviceP-256: The NIST P-256 elliptic curve, AKA SECG curve SECP256R1. |
KeyExportEncryptionAlgorithm |
Defines values for KeyEncryptionAlgorithm. KnownKeyExportEncryptionAlgorithm can be used interchangeably with KeyEncryptionAlgorithm, this enum contains the known values that the service supports. Known values supported by the serviceCKM_RSA_AES_KEY_WRAP |
KeyOperation |
Defines values for JsonWebKeyOperation. Known values supported by the serviceencrypt |
KeyRotationPolicyAction |
The action that will be executed. |
KeyType |
Defines values for JsonWebKeyType. Known values supported by the serviceEC: Elliptic Curve. |
KeyWrapAlgorithm |
Supported algorithms for key wrapping/unwrapping |
RsaEncryptionAlgorithm |
A union type representing all supported RSA encryption algorithms. |
SignatureAlgorithm |
Defines values for JsonWebKeySignatureAlgorithm. Known values supported by the servicePS256: RSASSA-PSS using SHA-256 and MGF1 with SHA-256, as described in https://tools.ietf.org/html/rfc7518 |
Enums
KnownDeletionRecoveryLevel |
Known values of DeletionRecoveryLevel that the service accepts. |
KnownEncryptionAlgorithms |
Known values of EncryptionAlgorithm that the service accepts. |
KnownKeyCurveNames |
Known values of <xref:JsonWebKeyCurveName> that the service accepts. |
KnownKeyExportEncryptionAlgorithm |
Known values of KeyExportEncryptionAlgorithm that the service accepts. |
KnownKeyOperations |
Known values of KeyOperation that the service accepts. |
KnownKeyTypes |
Known values of <xref:JsonWebKeyType> that the service accepts. |
KnownSignatureAlgorithms |
Known values of <xref:JsonWebKeySignatureAlgorithm> that the service accepts. |
Functions
parse |
Parses the given Key Vault Key Id. An example is: https://.vault.azure.net/keys// On parsing the above Id, this function returns:
|
Function Details
parseKeyVaultKeyIdentifier(string)
Parses the given Key Vault Key Id. An example is:
https://.vault.azure.net/keys//
On parsing the above Id, this function returns:
{
sourceId: "https://<keyvault-name>.vault.azure.net/keys/<key-name>/<unique-version-id>",
vaultUrl: "https://<keyvault-name>.vault.azure.net",
version: "<unique-version-id>",
name: "<key-name>"
}
function parseKeyVaultKeyIdentifier(id: string): KeyVaultKeyIdentifier
Parameters
- id
-
string
The Id of the Key Vault Key.