组织ID: |
org.bouncycastle |
项目ID: |
bctsp-jdk14 |
版本: |
1.46 |
最后修改时间: |
2018-07-26 09:42:49 |
包类型: |
jar |
标题: |
Bouncy Castle OpenPGP API |
描述: |
The Bouncy Castle Java API for handling the Time Stamp Protocol (TSP). This jar contains the TSP API for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. |
相关URL: |
http://www.bouncycastle.org/java.html |
大小: |
39.05KB |
|
Maven引入代码: |
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
<version>1.46</version>
</dependency>
|
Gradle引入代码: |
org.bouncycastle:bctsp-jdk14:1.46
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
<packaging>jar</packaging>
<name>Bouncy Castle OpenPGP API</name>
<version>1.46</version>
<description>The Bouncy Castle Java API for handling the Time Stamp Protocol (TSP). This jar contains the TSP API for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
<url>http://www.bouncycastle.org/java.html</url>
<licenses>
<license>
<name>Bouncy Castle Licence</name>
<url>http://www.bouncycastle.org/licence.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<version>1.46</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
<version>1.46</version>
<type>jar</type>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY.DSA
org.bouncycastle.tsp.GenTimeAccuracy.class
org.bouncycastle.tsp.TSPAlgorithms.class
org.bouncycastle.tsp.TSPException.class
org.bouncycastle.tsp.TSPUtil.class
org.bouncycastle.tsp.TSPValidationException.class
org.bouncycastle.tsp.TimeStampRequest.class
org.bouncycastle.tsp.TimeStampRequestGenerator.class
org.bouncycastle.tsp.TimeStampResponse.class
org.bouncycastle.tsp.TimeStampResponseGenerator$FailInfo.class
org.bouncycastle.tsp.TimeStampResponseGenerator.class
org.bouncycastle.tsp.TimeStampToken$CertID.class
org.bouncycastle.tsp.TimeStampToken.class
org.bouncycastle.tsp.TimeStampTokenGenerator$1.class
org.bouncycastle.tsp.TimeStampTokenGenerator.class
org.bouncycastle.tsp.TimeStampTokenInfo.class
org.bouncycastle.tsp.cms.CMSTimeStampedData.class
org.bouncycastle.tsp.cms.CMSTimeStampedDataGenerator.class
org.bouncycastle.tsp.cms.CMSTimeStampedDataParser.class
org.bouncycastle.tsp.cms.CMSTimeStampedGenerator.class
org.bouncycastle.tsp.cms.ImprintDigestInvalidException.class
org.bouncycastle.tsp.cms.MetaDataUtil.class
org.bouncycastle.tsp.cms.TimeStampDataUtil.class
|
依赖Jar: |
bcprov-jdk14-1.46.jar
/org.bouncycastle/bcprov-jdk14/1.46
查看bcprov-jdk14所有版本文件
bcmail-jdk14-1.46.jar
/org.bouncycastle/bcmail-jdk14/1.46
查看bcmail-jdk14所有版本文件
|