License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbcmail-fips |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncy Castle JavaMail S/MIME APIs (FIPS Distribution)
The Bouncy Castle Java APIs for doing S/MIME with JavaMail. The APIs are designed primarily to be used in conjunction with the BC FIPS provider. The APIs may also be used with other providers although if being used in a FIPS context it is the responsibility of the user to ensure that any other providers used are FIPS certified and used appropriately.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bcmail-fips-1.0.4.pom | |
bcmail-fips-1.0.4-sources.jar | 48 KB |
bcmail-fips-1.0.4-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcmail-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-fips</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcmail-fips/
implementation 'org.bouncycastle:bcmail-fips:1.0.4'
// https://jarcasting.com/artifacts/org.bouncycastle/bcmail-fips/
implementation ("org.bouncycastle:bcmail-fips:1.0.4")
'org.bouncycastle:bcmail-fips:jar:1.0.4'
<dependency org="org.bouncycastle" name="bcmail-fips" rev="1.0.4">
<artifact name="bcmail-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcmail-fips', version='1.0.4')
)
libraryDependencies += "org.bouncycastle" % "bcmail-fips" % "1.0.4"
[org.bouncycastle/bcmail-fips "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |
org.bouncycastle : bcpkix-fips | jar | [1.0.1,2.0.0) |