Uses of Class
com.microsoft.azure.keyvault.cryptography.EcKey
-
Packages that use EcKey Package Description com.microsoft.azure.keyvault.cryptography This package contains cryptographic functions and implementations of RSA and symmetric keys that conform with the IKey interface. -
-
Uses of EcKey in com.microsoft.azure.keyvault.cryptography
Methods in com.microsoft.azure.keyvault.cryptography that return EcKey Modifier and Type Method Description static EcKey
EcKey. fromJsonWebKey(JsonWebKey jwk)
Converts JSON web key to EC key pair, does not include the private key.static EcKey
EcKey. fromJsonWebKey(JsonWebKey jwk, boolean includePrivateParameters)
Converts JSON web key to EC key pair and include the private key if set to true.static EcKey
EcKey. fromJsonWebKey(JsonWebKey jwk, boolean includePrivateParameters, Provider provider)
Converts JSON web key to EC key pair and include the private key if set to true.
-