s

spring-security-rsa

Spring Security RSA is a small utility library for RSA ciphers. It belongs to the family of Spring Security crypto libraries that handle encoding and decoding text as a general, useful thing to be able to do.
http://github.com/spring-projects/spring-security-oauth
Apache 2.0
SpringSource
Dave Syer
Files download
File Operation
spring-security-rsa-1.0.10.RELEASE.jar download
spring-security-rsa-1.0.10.RELEASE.pom download
spring-security-rsa-1.0.10.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.security</groupId>
  <artifactId>spring-security-rsa</artifactId>
  <version>1.0.10.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.security:spring-security-rsa:1.0.10.RELEASE'
Gradle Kotlin
implementation("org.springframework.security:spring-security-rsa:1.0.10.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.security" % "spring-security-rsa" % "1.0.10.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.security', module='spring-security-rsa', version='1.0.10.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.security" name="spring-security-rsa" rev="1.0.10.RELEASE" />
Leiningen
[org.springframework.security/spring-security-rsa "1.0.10.RELEASE"]
Apache Buildr
'org.springframework.security:spring-security-rsa:jar:1.0.10.RELEASE'