Download azure-keyvault-extensions-0.8.0.jar file

Introduction

You can download azure-keyvault-extensions-0.8.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

azure-keyvault-extensions-0.8.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/MSFTSIG.RSA
META-INF/MSFTSIG.SF
META-INF/maven/com.microsoft.azure/azure-keyvault-extensions/pom.properties
META-INF/maven/com.microsoft.azure/azure-keyvault-extensions/pom.xml
com.microsoft.azure.keyvault.extensions.AggregateKeyResolver.class
com.microsoft.azure.keyvault.extensions.CachingKeyResolver.class
com.microsoft.azure.keyvault.extensions.FutureAdapter.class
com.microsoft.azure.keyvault.extensions.FutureBase.class
com.microsoft.azure.keyvault.extensions.FutureExecutionException.class
com.microsoft.azure.keyvault.extensions.FutureImmediate.class
com.microsoft.azure.keyvault.extensions.KeyVaultKey.class
com.microsoft.azure.keyvault.extensions.KeyVaultKeyResolver.class
com.microsoft.azure.keyvault.extensions.LRUCache.class
com.microsoft.azure.keyvault.extensions.RsaKey.class
com.microsoft.azure.keyvault.extensions.Strings.class
com.microsoft.azure.keyvault.extensions.SymmetricKey.class
com.microsoft.azure.keyvault.extensions.cryptography.Algorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.AlgorithmResolver.class
com.microsoft.azure.keyvault.extensions.cryptography.AsymmetricEncryptionAlgorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.AsymmetricSignatureAlgorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.EncryptionAlgorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.IAuthenticatedCryptoTransform.class
com.microsoft.azure.keyvault.extensions.cryptography.ICryptoTransform.class
com.microsoft.azure.keyvault.extensions.cryptography.KeyWrapAlgorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.SignatureAlgorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.SymmetricEncryptionAlgorithm.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Aes128Cbc.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Aes128CbcHmacSha256.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Aes192Cbc.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Aes192CbcHmacSha384.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Aes256Cbc.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Aes256CbcHmacSha512.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.AesCbc.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.AesCbcHmacSha2.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.AesKw.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.AesKw128.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.AesKw192.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.AesKw256.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.Rsa15.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.RsaEncryption.class
com.microsoft.azure.keyvault.extensions.cryptography.algorithms.RsaOaep.class

Pom

azure-keyvault-extensions-0.8.0.pom file content.

<!--
 Copyright Microsoft Corporation

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure</artifactId>
    <version>0.8.0</version>
    <relativePath>../../../azure/pom.xml</relativePath>
  </parent>

  <artifactId>azure-keyvault-extensions</artifactId>
  <packaging>jar</packaging>

  <name>Microsoft Azure SDK for Key Vault</name>
  <description>This package contains Microsoft Azure SDK for Key Vault.</description>
  <url>https://github.com/Azure/azure-sdk-for-java</url>

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
    <connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
    <tag>v0.8.0</tag>
  </scm>

	<properties>
	    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	    <legal>
	        <![CDATA[[INFO] Any downloads listed may be third party software.  Microsoft grants you no rights for third party software.]]></legal>
	    <checkstyle.skip>true</checkstyle.skip>
	</properties>
	
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>azure-keyvault</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>azure-keyvault-core</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk16</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
  	<dependencies>
  		<dependency>
  			<groupId>${project.groupId}</groupId>
  			<artifactId>azure-keyvault</artifactId>
  			<version>${project.version}</version>
  		</dependency>
  		<dependency>
  			<groupId>${project.groupId}</groupId>
  			<artifactId>azure-keyvault-core</artifactId>
  			<version>${project.version}</version>
  		</dependency>
  	</dependencies>
  </dependencyManagement>
</project>

POM Entry

<dependency>
   <groupId>com.microsoft.azure</groupId>
   <artifactId>azure-keyvault-extensions</artifactId>
   <version>0.8.0</version>
</dependency>

Download

If you think the following azure-keyvault-extensions-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download azure-keyvault-extensions-0.8.0.jar file




PreviousNext

Related