Uses of Class
com.azure.security.keyvault.keys.models.KeyType
-
Packages that use KeyType Package Description com.azure.security.keyvault.keys Package containing classes for creatingKeyAsyncClientandKeyClientto perform operations on Azure Key Vault.com.azure.security.keyvault.keys.models Package containing classes used for representing keys, deleted keys and their attributes in Azure Key Vault. -
-
Uses of KeyType in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type KeyType Modifier and Type Method Description Mono<KeyVaultKey>KeyAsyncClient. createKey(String name, KeyType keyType)Creates a newkeyand stores it in the key vault.KeyVaultKeyKeyClient. createKey(String name, KeyType keyType)Creates a newkeyand stores it in the key vault. -
Uses of KeyType in com.azure.security.keyvault.keys.models
Fields in com.azure.security.keyvault.keys.models declared as KeyType Modifier and Type Field Description static KeyTypeKeyType. ECStatic value EC for KeyType.static KeyTypeKeyType. EC_HSMStatic value EC-HSM for KeyType.static KeyTypeKeyType. OCTStatic value oct for KeyType.static KeyTypeKeyType. OCT_HSMStatic value oct-HSM for KeyType.static KeyTypeKeyType. RSAStatic value RSA for KeyType.static KeyTypeKeyType. RSA_HSMStatic value RSA-HSM for KeyType.Methods in com.azure.security.keyvault.keys.models that return KeyType Modifier and Type Method Description static KeyTypeKeyType. fromString(String name)Creates or finds a KeyType from its string representation.KeyTypeCreateKeyOptions. getKeyType()Get the key type.KeyTypeJsonWebKey. getKeyType()Get the kty value.KeyTypeKeyVaultKey. getKeyType()Get the key type.Methods in com.azure.security.keyvault.keys.models that return types with arguments of type KeyType Modifier and Type Method Description static Collection<KeyType>KeyType. values()Methods in com.azure.security.keyvault.keys.models with parameters of type KeyType Modifier and Type Method Description JsonWebKeyJsonWebKey. setKeyType(KeyType keyType)Set the key type value.Constructors in com.azure.security.keyvault.keys.models with parameters of type KeyType Constructor Description CreateKeyOptions(String name, KeyType keyType)
-