Uses of Class
com.azure.security.keyvault.keys.models.KeyType
Packages that use KeyType
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting
and decrypting data.
Package containing the data models for KeyClient.
-
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.ECElliptic Curve.static final KeyTypeKeyType.EC_HSMElliptic Curve with a private key which is stored in the HSM.static final KeyTypeKeyType.OCTOctet sequence (used to represent symmetric keys).static final KeyTypeKeyType.OCT_HSMOctet sequence (used to represent symmetric keys) which is stored the HSM.static final KeyTypeKeyType.RSARSA (https://tools.ietf.org/html/rfc3447).static final KeyTypeKeyType.RSA_HSMRSA with a private key which is stored in the HSM.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 KeyTypeModifier and TypeMethodDescriptionstatic Collection<KeyType>KeyType.values()Gets known KeyType values.Methods in com.azure.security.keyvault.keys.models with parameters of type KeyTypeConstructors in com.azure.security.keyvault.keys.models with parameters of type KeyType