组织ID: |
org.springframework.security |
项目ID: |
spring-security-crypto |
版本: |
3.1.0.RELEASE |
最后修改时间: |
2018-07-26 11:24:49 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
大小: |
40.11KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-crypto:3.1.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>3.1.0.RELEASE</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.crypto.bcrypt.BCrypt.class
org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder.class
org.springframework.security.crypto.codec.Base64.class
org.springframework.security.crypto.codec.Hex.class
org.springframework.security.crypto.codec.InvalidBase64CharacterException.class
org.springframework.security.crypto.codec.package-info.class
org.springframework.security.crypto.codec.Utf8.class
org.springframework.security.crypto.encrypt.AesBytesEncryptor$1.class
org.springframework.security.crypto.encrypt.AesBytesEncryptor.class
org.springframework.security.crypto.encrypt.BytesEncryptor.class
org.springframework.security.crypto.encrypt.CipherUtils.class
org.springframework.security.crypto.encrypt.Encryptors$1.class
org.springframework.security.crypto.encrypt.Encryptors$NoOpTextEncryptor.class
org.springframework.security.crypto.encrypt.Encryptors.class
org.springframework.security.crypto.encrypt.HexEncodingTextEncryptor.class
org.springframework.security.crypto.encrypt.TextEncryptor.class
org.springframework.security.crypto.keygen.BytesKeyGenerator.class
org.springframework.security.crypto.keygen.HexEncodingStringKeyGenerator.class
org.springframework.security.crypto.keygen.KeyGenerators.class
org.springframework.security.crypto.keygen.SecureRandomBytesKeyGenerator.class
org.springframework.security.crypto.keygen.SharedKeyGenerator.class
org.springframework.security.crypto.keygen.StringKeyGenerator.class
org.springframework.security.crypto.password.Digester.class
org.springframework.security.crypto.password.NoOpPasswordEncoder.class
org.springframework.security.crypto.password.PasswordEncoder.class
org.springframework.security.crypto.password.StandardPasswordEncoder.class
org.springframework.security.crypto.util.EncodingUtils.class
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
spring-core-3.0.6.RELEASE.jar
/org.springframework/spring-core/3.0.6.RELEASE
查看spring-core所有版本文件
|