Registry / crypto / spring-security-rsa

spring-security-rsa

JSON →
library1.1.5javamavenunverified

A small utility library for RSA cipher operations, part of Spring Security crypto libraries.

<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-rsa</artifactId> <version>1.1.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SECURITY-RS
S
spring-security-rsa
cryptojavav1.1.5
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.

RsaKeyFactories
org.springframework.security.rsa.crypto.RsaKeyFactories

Generates an RSA key pair using Spring Security RSA.

import org.springframework.security.rsa.crypto.RsaKeyFactories; import java.security.KeyPair; public class Example { public static void main(String[] args) throws Exception { KeyPair keyPair = RsaKeyFactories.sha256().generateKeyPair(); System.out.println("Generated RSA key pair"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
Resources
spring-security-rsa — mvn dependency:get spring-security-rsa · libregistry