License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.springframework.security |
ArtifactId | ArtifactIdspring-security-rsa |
Last Version | Last Version1.0.11.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-rsa/ -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsa</artifactId>
<version>1.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-rsa/
implementation 'org.springframework.security:spring-security-rsa:1.0.11.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-rsa/
implementation ("org.springframework.security:spring-security-rsa:1.0.11.RELEASE")
'org.springframework.security:spring-security-rsa:jar:1.0.11.RELEASE'
<dependency org="org.springframework.security" name="spring-security-rsa" rev="1.0.11.RELEASE">
<artifact name="spring-security-rsa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-rsa', version='1.0.11.RELEASE')
)
libraryDependencies += "org.springframework.security" % "spring-security-rsa" % "1.0.11.RELEASE"
[org.springframework.security/spring-security-rsa "1.0.11.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-crypto | jar | 4.2.13.RELEASE |
org.springframework : spring-core | jar | 4.3.25.RELEASE |
org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |