Registry / security / opensaml-xmlsec-impl

opensaml-xmlsec-impl

JSON →
library4.0.1javamavenunverified

Implementation of XML security standards for the OpenSAML library, providing signing and encryption capabilities.

<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-impl</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · OPENSAML-XMLSEC-IM
O
opensaml-xmlsec-impl
securityjavav4.0.1
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.

Signature
org.opensaml.xmlsec.signature.Signature

Creates an XML Signature object with RSA-SHA256 algorithm.

import org.opensaml.xmlsec.signature.Signature; import org.opensaml.xmlsec.signature.support.SignatureConstants; Signature signature = SignatureBuilder.buildSignature(); signature.setSignatureAlgorithm(SignatureConstants.ALGO_ID_SIGNATURE_RSA_SHA256); // Further configuration and signing logic
Debug
Known issues
breakingOpenSAML 4.x requires Java 11 or later.
fix
Upgrade to Java 11+ and ensure all dependencies are compatible.
affects: >=4.0.0
Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
opensaml-xmlsec-impl — mvn dependency:get opensaml-xmlsec-impl · libregistry