// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // /** * This package contains cryptographic functions and implementations * of RSA and symmetric keys that conform with the IKey interface. */ package com.microsoft.azure.keyvault.cryptography;