Uses of Class
com.azure.security.keyvault.keys.models.KeyType
Packages that use KeyType
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.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 -
Uses of KeyType in com.azure.security.keyvault.keys.models
Fields in com.azure.security.keyvault.keys.models declared as KeyTypeModifier and TypeFieldDescriptionstatic final KeyTypeKeyType.ECStatic value EC for KeyType.static final KeyTypeKeyType.EC_HSMStatic value EC-HSM for KeyType.static final KeyTypeKeyType.OCTStatic value oct for KeyType.static final KeyTypeKeyType.OCT_HSMStatic value oct-HSM for KeyType.static final KeyTypeKeyType.RSAStatic value RSA for KeyType.static final KeyTypeKeyType.RSA_HSMStatic value RSA-HSM for KeyType.Methods in com.azure.security.keyvault.keys.models that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.fromString(String name) Creates or finds a KeyType from its string representation.CreateKeyOptions.getKeyType()Get the key type.JsonWebKey.getKeyType()Get the kty value.KeyVaultKey.getKeyType()Get the key type.Methods in com.azure.security.keyvault.keys.models that return types with arguments of type KeyTypeMethods in com.azure.security.keyvault.keys.models with parameters of type KeyTypeConstructors in com.azure.security.keyvault.keys.models with parameters of type KeyType