AmazonCorrettoCryptoProvider-FIPS
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>software.amazon.cryptools</groupId>
<artifactId>AmazonCorrettoCryptoProvider-FIPS</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-FIPS</artifactId>
<version>2.5.0</version>
<name>Amazon Corretto Crypto Provider (FIPS)</name>
<description>The Amazon Corretto Crypto Provider FIPS (ACCP-FIPS) is a collection of high-performance cryptographic implementations exposed via standard JCA/JCE interfaces. ACCP-FIPS uses AWS-LC built in FIPS mode to implement its cryptographic operations, and is subject to the same compliance conditions as AWS-LC-FIPS. Please refer to AWS-LC documentation and your local compliance team for guidance. You can find the version of AWS-LC-FIPS used with each version of ACCP FIPS 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>