A

AmazonCorrettoCryptoProvider

The Amazon Corretto Crypto Provider (ACCP) is a collection of high-performance cryptographic implementations exposed via the standard JCA/JCE interfaces.
https://github.com/corretto/amazon-corretto-crypto-provider
The Apache License, Version 2.0
Files download
File Operation
AmazonCorrettoCryptoProvider-1.1.0.jar download
AmazonCorrettoCryptoProvider-1.1.0.pom download
AmazonCorrettoCryptoProvider-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.cryptools</groupId>
  <artifactId>AmazonCorrettoCryptoProvider</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.cryptools:AmazonCorrettoCryptoProvider:1.1.0'
Gradle Kotlin
implementation("software.amazon.cryptools:AmazonCorrettoCryptoProvider:1.1.0")
Scala SBT
libraryDependencies += "software.amazon.cryptools" % "AmazonCorrettoCryptoProvider" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.cryptools', module='AmazonCorrettoCryptoProvider', version='1.1.0')
)
Apache Ivy
<dependency org="software.amazon.cryptools" name="AmazonCorrettoCryptoProvider" rev="1.1.0" />
Leiningen
[software.amazon.cryptools/AmazonCorrettoCryptoProvider "1.1.0"]
Apache Buildr
'software.amazon.cryptools:AmazonCorrettoCryptoProvider:jar:1.1.0'
Dependencies
The project has no third-party dependencies