组织ID: |
org.springframework.security |
项目ID: |
spring-security-rsa |
版本: |
1.0.8.RELEASE |
最后修改时间: |
2018-11-20 10:24:42 |
包类型: |
jar |
标题: |
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. |
相关URL: |
http://github.com/spring-projects/spring-security-oauth |
大小: |
19.24KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsa</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-rsa:1.0.8.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsa</artifactId>
<version>1.0.8.RELEASE</version>
<packaging>jar</packaging>
<name>spring-security-rsa</name>
<description>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.</description>
<url>http://github.com/spring-projects/spring-security-oauth</url>
<organization>
<name>SpringSource</name>
<url>http://www.springsource.com</url>
</organization>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>3.2.8.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.60</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>${skipTests}</skip>
<includes>
<include>**/*Tests.java</include>
</includes>
<!-- <systemPropertyVariables> <jruby.home>${jruby.home}</jruby.home> </systemPropertyVariables> -->
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc</id>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<site>
<id>static.springframework.org</id>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-security/rsa</url>
</site>
<repository>
<id>repo.spring.io</id>
<name>Spring Release Repository</name>
<url>https://repo.spring.io/libs-release-local</url>
</repository>
<snapshotRepository>
<id>repo.spring.io</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>central</id>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<scm>
<url>http://github.com/spring-projects/spring-security-rsa</url>
<connection>scm:git:git://github.com/spring-projects/spring-security-rsa.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-security-rsa.git</developerConnection>
</scm>
<developers>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>dsyer@gopivotal.com</email>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.rsa.crypto.KeyStoreKeyFactory.class
org.springframework.security.rsa.crypto.RsaAlgorithm.class
org.springframework.security.rsa.crypto.RsaKeyHelper.class
org.springframework.security.rsa.crypto.RsaSecretEncryptor.class
org.springframework.security.rsa.crypto.CipherUtils.class
org.springframework.security.rsa.crypto.RsaRawEncryptor.class
org.springframework.security.rsa.crypto.RsaKeyHolder.class
META-INF/maven/org.springframework.security/spring-security-rsa/pom.xml
META-INF/maven/org.springframework.security/spring-security-rsa/pom.properties
|
依赖Jar: |
spring-security-crypto-3.2.8.RELEASE.jar
/org.springframework.security/spring-security-crypto/3.2.8.RELEASE
查看spring-security-crypto所有版本文件
spring-core-4.1.9.RELEASE.jar
/org.springframework/spring-core/4.1.9.RELEASE
查看spring-core所有版本文件
bcpkix-jdk15on-1.60.jar
/org.bouncycastle/bcpkix-jdk15on/1.60
查看bcpkix-jdk15on所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
mockito-all-1.9.5.jar
/org.mockito/mockito-all/1.9.5
查看mockito-all所有版本文件
|