Uses of Class
com.microsoft.azure.keyvault.cryptography.RsaKey
-
Packages that use RsaKey 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 RsaKey in com.microsoft.azure.keyvault.cryptography
Methods in com.microsoft.azure.keyvault.cryptography that return RsaKey Modifier and Type Method Description static RsaKey
RsaKey. fromJsonWebKey(JsonWebKey jwk)
Converts JSON web key to RsaKey.static RsaKey
RsaKey. fromJsonWebKey(JsonWebKey jwk, boolean includePrivateParameters)
Converts JSON web key to RsaKey and include the private key if set to true.static RsaKey
RsaKey. fromJsonWebKey(JsonWebKey jwk, boolean includePrivateParameters, Provider provider)
Converts JSON web key to RsaKey and include the private key if set to true.
-