Download spring-security-crypto-4.2.0.release.jar file

Introduction

You can download spring-security-crypto-4.2.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-security-crypto-4.2.0.release.jar file has the following types.

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.Utf8.class
org.springframework.security.crypto.encrypt.AesBytesEncryptor.class
org.springframework.security.crypto.encrypt.BouncyCastleAesBytesEncryptor.class
org.springframework.security.crypto.encrypt.BouncyCastleAesCbcBytesEncryptor.class
org.springframework.security.crypto.encrypt.BouncyCastleAesGcmBytesEncryptor.class
org.springframework.security.crypto.encrypt.BytesEncryptor.class
org.springframework.security.crypto.encrypt.CipherUtils.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.AbstractPasswordEncoder.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.Pbkdf2PasswordEncoder.class
org.springframework.security.crypto.password.StandardPasswordEncoder.class
org.springframework.security.crypto.scrypt.SCryptPasswordEncoder.class
org.springframework.security.crypto.util.EncodingUtils.class

Pom

spring-security-crypto-4.2.0.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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>4.2.0.RELEASE</version>
  <name>spring-security-crypto</name>
  <description>spring-security-crypto</description>
  <url>http://spring.io/spring-security</url>
  <organization>
    <name>spring.io</name>
    <url>http://spring.io/</url>
  </organization>
  <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>
  <developers>
    <developer>
      <id>rwinch</id>
      <name>Rob Winch</name>
      <email>rwinch@gopivotal.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/spring-projects/spring-security</connection>
    <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
    <url>https://github.com/spring-projects/spring-security</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-framework-bom</artifactId>
        <version>4.3.4.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcpkix-jdk15on</artifactId>
      <version>1.54</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>2.2.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>1.7.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.security</groupId>
   <artifactId>spring-security-crypto</artifactId>
   <version>4.2.0.release</version>
</dependency>

Download

If you think the following spring-security-crypto-4.2.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-security-crypto-4.2.0.release.jar file




PreviousNext

Related