组织ID: |
com.spotify |
项目ID: |
ssh-agent-tls |
版本: |
0.0.4 |
最后修改时间: |
2019-06-15 16:14:13 |
包类型: |
jar |
标题: |
ssh-agent-tls |
描述: |
A library that generates X.509 certificates and signs them with SSH agent.
For use in client-side TLS handshakes.
|
相关URL: |
https://github.com/spotify/ssh-agent-tls |
大小: |
22.75KB |
|
Maven引入代码: |
<dependency>
<groupId>com.spotify</groupId>
<artifactId>ssh-agent-tls</artifactId>
<version>0.0.4</version>
</dependency>
|
Gradle引入代码: |
com.spotify:ssh-agent-tls:0.0.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foss-root</artifactId>
<groupId>com.spotify</groupId>
<version>5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ssh-agent-tls</artifactId>
<version>0.0.4</version>
<name>ssh-agent-tls</name>
<description>
A library that generates X.509 certificates and signs them with SSH agent.
For use in client-side TLS handshakes.
</description>
<url>https://github.com/spotify/ssh-agent-tls</url>
<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>
<scm>
<connection>scm:git:https://github.com/spotify/ssh-agent-tls</connection>
<developerConnection>scm:git:git@github.com:spotify/ssh-agent-tls</developerConnection>
<url>https://github.com/spotify/ssh-agent-tls</url>
<tag>v0.0.4</tag>
</scm>
<developers>
<developer>
<id>rohan</id>
<name>Rohan Singh</name>
<email>rohan@spotify.com</email>
</developer>
<developer>
<id>mattbrown</id>
<name>Matt Brown</name>
<email>mattbrown@spotify.com</email>
</developer>
<developer>
<id>staffan</id>
<name>Staffan Gim氓ker</name>
<email>staffan@spotify.com</email>
</developer>
<developer>
<id>dxia</id>
<name>David Xia</name>
<email>dxia@spotify.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-debug-jdk15on</artifactId>
<version>1.53</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.53</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>ssh-agent-proxy</artifactId>
<version>0.1.5</version>
</dependency>
<dependency>
<groupId>com.eaio.uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.spotify.sshagenttls.SshAgentContentSigner.class
com.spotify.sshagenttls.AutoValue_CertKey.class
com.spotify.sshagenttls.CertHttpsHandler.class
com.spotify.sshagenttls.SshAgentHttpsHandler$Builder.class
com.spotify.sshagenttls.SshAgentHttpsHandler.class
com.spotify.sshagenttls.CertKeyCreator.class
com.spotify.sshagenttls.CertKey.class
com.spotify.sshagenttls.CertFileHttpsHandler.class
com.spotify.sshagenttls.X509CachingCertKeyCreator.class
com.spotify.sshagenttls.X509CertKeyCreator.class
com.spotify.sshagenttls.Utils.class
com.spotify.sshagenttls.HttpsHandler.class
com.spotify.sshagenttls.CertKeyPaths.class
com.spotify.sshagenttls.SshAgentHttpsHandler$1.class
META-INF/maven/com.spotify/ssh-agent-tls/pom.xml
META-INF/maven/com.spotify/ssh-agent-tls/pom.properties
com.spotify.sshagenttls.AutoValue_CertKeyPaths.class
|
依赖Jar: |
javax.annotation-api-1.2.jar
/javax.annotation/javax.annotation-api/1.2
查看javax.annotation-api所有版本文件
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
guava-20.0.jar
/com.google.guava/guava/20.0
查看guava所有版本文件
bcprov-debug-jdk15on-1.53.jar
/org.bouncycastle/bcprov-debug-jdk15on/1.53
查看bcprov-debug-jdk15on所有版本文件
bcpkix-jdk15on-1.53.jar
/org.bouncycastle/bcpkix-jdk15on/1.53
查看bcpkix-jdk15on所有版本文件
httpclient-4.5.jar
/org.apache.httpcomponents/httpclient/4.5
查看httpclient所有版本文件
ssh-agent-proxy-0.1.5.jar
/com.spotify/ssh-agent-proxy/0.1.5
查看ssh-agent-proxy所有版本文件
uuid-3.2.jar
/com.eaio.uuid/uuid/3.2
查看uuid所有版本文件
commons-codec-1.10.jar
/commons-codec/commons-codec/1.10
查看commons-codec所有版本文件
auto-value-1.3.jar
/com.google.auto.value/auto-value/1.3
查看auto-value所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
|