Registry / crypto / bcmail-jdk15

bcmail-jdk15

JSON →
library1.46javamavenunverified

Provides CMS and S/MIME APIs for handling cryptographic message syntax and secure email, compatible with JDK 1.5.

<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcmail-jdk15</artifactId> <version>1.46</version> </dependency>
INSTALL
IMPORT
SIG · BCMAIL-JDK15
B
bcmail-jdk15
cryptojavav1.46
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CMSSignedData
org.bouncycastle.cms.CMSSignedData

Parse a CMS signed data object.

import org.bouncycastle.cms.CMSSignedData; byte[] signedData = ...; CMSSignedData cms = new CMSSignedData(signedData);
Debug
Known issues
gotchaRequires JavaMail and Activation Framework for S/MIME usage.
fix
Add javax.mail and javax.activation dependencies.
affects: all
Upgrade
Version history
1.46latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
bcmail-jdk15 — mvn dependency:get bcmail-jdk15 · libregistry