AmazonCorrettoCryptoProvider
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.amazon.cryptools</groupId> <artifactId>AmazonCorrettoCryptoProvider</artifactId> <version>2.5.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>software.amazon.cryptools</groupId> <artifactId>AmazonCorrettoCryptoProvider</artifactId> <version>2.5.0</version> <name>Amazon Corretto Crypto Provider</name> <description>The Amazon Corretto Crypto Provider (ACCP) is a collection of high-performance cryptographic implementations exposed via standard JCA/JCE interfaces. ACCP uses AWS-LC to implement its cryptographic operations. You can find the version of AWS-LC used with each version of ACCP here: https://github.com/corretto/amazon-corretto-crypto-provider/blob/main/README.md#notes-on-accp-fips</description> <url>https://github.com/corretto/amazon-corretto-crypto-provider</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>amazonwebservices</id> <organization>Amazon Web Services</organization> <organizationUrl>https://aws.amazon.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:corretto/amazon-corretto-crypto-provider.git</connection> <developerConnection>scm:git:git@github.com:corretto/amazon-corretto-crypto-provider.git</developerConnection> <url>https://github.com/corretto/amazon-corretto-crypto-provider.git</url> </scm> </project>