Registry / crypto / xmlenc

xmlenc

JSON →
library0.20javamavenunverified

A library for XML encryption and decryption, supporting W3C XML Encryption standards.

<dependency> <groupId>xmlenc</groupId> <artifactId>xmlenc</artifactId> <version>0.20</version> </dependency>
INSTALL
IMPORT
SIG · XMLENC
X
xmlenc
cryptojavav0.20
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.

XMLCipher
org.apache.xml.security.encryption.XMLCipher

Initializes an XMLCipher for encryption with an AES key.

import org.apache.xml.security.encryption.XMLCipher; XMLCipher cipher = XMLCipher.getInstance(XMLCipher.AES_128); cipher.init(XMLCipher.ENCRYPT_MODE, key);
Debug
Known issues
breakingOlder versions may have security vulnerabilities; use the latest version.
fix
Update to version 0.20 or later and review security advisories.
affects: <0.20
Upgrade
Version history
0.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Amazon
1
Resources
xmlenc — mvn dependency:get xmlenc · libregistry