Download jscep-2.3.0.jar file

Introduction

You can download jscep-2.3.0.jar in this page.

License

MIT License

Type List

jscep-2.3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.code.jscep/jscep/pom.properties
META-INF/maven/com.google.code.jscep/jscep/pom.xml
org.jscep.asn1.IssuerAndSubject.class
org.jscep.asn1.ScepObjectIdentifier.class
org.jscep.client.CertificateVerificationCallback.class
org.jscep.client.Client.class
org.jscep.client.ClientException.class
org.jscep.client.DefaultCallbackHandler.class
org.jscep.client.EnrollmentResponse.class
org.jscep.client.inspect.AbstractCertStoreInspector.class
org.jscep.client.inspect.CertStoreInspector.class
org.jscep.client.inspect.CertStoreInspectorFactory.class
org.jscep.client.inspect.DefaultCertStoreInspector.class
org.jscep.client.inspect.DefaultCertStoreInspectorFactory.class
org.jscep.client.inspect.HarmonyCertStoreInspector.class
org.jscep.client.inspect.HarmonyCertStoreInspectorFactory.class
org.jscep.client.verification.CachingCertificateVerifier.class
org.jscep.client.verification.CertificateVerifier.class
org.jscep.client.verification.ConsoleCertificateVerifier.class
org.jscep.client.verification.MessageDigestCertificateVerifier.class
org.jscep.client.verification.OptimisticCertificateVerifier.class
org.jscep.client.verification.PessimisticCertificateVerifier.class
org.jscep.client.verification.PreProvisionedCertificateVerifier.class
org.jscep.message.AttributeTableFactory.class
org.jscep.message.CertRep.class
org.jscep.message.GetCert.class
org.jscep.message.GetCertInitial.class
org.jscep.message.GetCrl.class
org.jscep.message.MessageDecodingException.class
org.jscep.message.MessageEncodingException.class
org.jscep.message.PkcsPkiEnvelopeDecoder.class
org.jscep.message.PkcsPkiEnvelopeEncoder.class
org.jscep.message.PkcsReq.class
org.jscep.message.PkiMessage.class
org.jscep.message.PkiMessageDecoder.class
org.jscep.message.PkiMessageEncoder.class
org.jscep.message.PkiRequest.class
org.jscep.server.ScepServlet.class
org.jscep.transaction.EnrollmentTransaction.class
org.jscep.transaction.FailInfo.class
org.jscep.transaction.InvalidNonceException.class
org.jscep.transaction.MessageType.class
org.jscep.transaction.NonEnrollmentTransaction.class
org.jscep.transaction.Nonce.class
org.jscep.transaction.NonceQueue.class
org.jscep.transaction.OperationFailureException.class
org.jscep.transaction.PkiStatus.class
org.jscep.transaction.Transaction.class
org.jscep.transaction.TransactionException.class
org.jscep.transaction.TransactionId.class
org.jscep.transport.AbstractTransport.class
org.jscep.transport.Transport.class
org.jscep.transport.TransportException.class
org.jscep.transport.TransportFactory.class
org.jscep.transport.UrlConnectionGetTransport.class
org.jscep.transport.UrlConnectionPostTransport.class
org.jscep.transport.UrlConnectionTransportFactory.class
org.jscep.transport.request.GetCaCapsRequest.class
org.jscep.transport.request.GetCaCertRequest.class
org.jscep.transport.request.GetNextCaCertRequest.class
org.jscep.transport.request.Operation.class
org.jscep.transport.request.PkiOperationRequest.class
org.jscep.transport.request.Request.class
org.jscep.transport.response.Capabilities.class
org.jscep.transport.response.Capability.class
org.jscep.transport.response.ContentException.class
org.jscep.transport.response.GetCaCapsResponseHandler.class
org.jscep.transport.response.GetCaCertResponseHandler.class
org.jscep.transport.response.GetNextCaCertResponseHandler.class
org.jscep.transport.response.InvalidContentException.class
org.jscep.transport.response.InvalidContentTypeException.class
org.jscep.transport.response.PkiOperationResponseHandler.class
org.jscep.transport.response.ScepResponseHandler.class
org.jscep.util.CertificationRequestUtils.class
org.jscep.util.SignedDataUtils.class
org.jscep.util.X500Utils.class

Pom

jscep-2.3.0.pom file content.

<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.google.code.jscep</groupId>
	<artifactId>jscep</artifactId>
	<packaging>jar</packaging>
	<version>2.3.0</version>
	<name>jscep</name>
	<description>Java implementation of the Simple Certificate Enrollment Protocol</description>
	<url>http://jscep.org/</url>
	<prerequisites>
		<maven>2.2.1</maven>
	</prerequisites>
	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<issueManagement>
		<system>Google Code</system>
		<url>http://code.google.com/p/jscep/issues/list</url>
	</issueManagement>
	<licenses>
		<license>
			<name>MIT License</name>
			<url>http://jscep.googlecode.com/svn/trunk/LICENCE.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:git:git://github.com/seize-the-dave/jscep.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/seize-the-dave/jscep.git</developerConnection>
		<url>https://github.com/seize-the-dave/jscep</url>
	</scm>
	<mailingLists>
		<mailingList>
			<name>jscep Support</name>
			<post>jscep-support@googlegroups.com</post>
			<subscribe>jscep-support+subscribe@googlegroups.com</subscribe>
			<unsubscribe>jscep-support+unsubscribe@googlegroups.com</unsubscribe>
			<archive>http://groups.google.com/group/jscep-support</archive>
		</mailingList>
	</mailingLists>
	<developers>
		<developer>
			<id>david@grant.org.uk</id>
			<email>david@grant.org.uk</email>
			<name>David Grant</name>
			<roles>
				<role>Owner</role>
			</roles>
			<organization>-</organization>
			<timezone>Europe/London</timezone>
		</developer>
	</developers>
	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<configuration>
					<notimestamp>true</notimestamp>
					<links>
						<link>http://docs.oracle.com/javase/1.5.0/docs/api/</link>
						<link>http://www.bouncycastle.org/docs/docs1.5on/</link>
						<link>http://www.bouncycastle.org/docs/pkixdocs1.5on/</link>
						<link>http://download.oracle.com/javaee/5/api/</link>
					</links>
				</configuration>
				<version>2.9</version>
				<reportSets>
					<reportSet>
						<id>default</id>
						<reports>
							<report>javadoc</report>
						</reports>
					</reportSet>
				</reportSets>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
				<version>2.7.1</version>
				<configuration>
					<targetJdk>1.6</targetJdk>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
				<version>2.5.2</version>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>findbugs-maven-plugin</artifactId>
				<version>2.5.2</version>
				<configuration>
					<effort>Max</effort>
					<threshold>Low</threshold>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-project-info-reports-plugin</artifactId>
				<version>2.5.1</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jxr-plugin</artifactId>
				<version>2.3</version>
			</plugin>
		</plugins>
	</reporting>
	<profiles>
		<profile>
			<id>release-sign-artifacts</id>
			<activation>
				<property>
					<name>performRelease</name>
					<value>true</value>
				</property>
			</activation>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-gpg-plugin</artifactId>
						<version>1.4</version>
						<executions>
							<execution>
								<id>sign-artifacts</id>
								<phase>verify</phase>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>
	<build>
		<extensions>
			<extension>
				<groupId>org.apache.maven.wagon</groupId>
				<artifactId>wagon-ftp</artifactId>
				<version>1.0-beta-6</version>
			</extension>
		</extensions>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-site-plugin</artifactId>
				<version>3.1</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.5.1</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>com.googlecode.maven-gcu-plugin</groupId>
				<artifactId>maven-gcu-plugin</artifactId>
				<version>1.1</version>
				<configuration>
					<failsOnError>true</failsOnError>
					<projectName>jscep</projectName>
					<uploads>
						<upload>
							<file>
								${project.build.directory}/${project.artifactId}-${project.version}-sources.${project.packaging}
							</file>
							<summary>Source JAR for v${project.version}</summary>
							<labels>
								<label>Featured</label>
								<label>Type-Sources</label>
							</labels>
						</upload>
						<upload>
							<file>
								${project.build.directory}/${project.artifactId}-${project.version}-javadoc.${project.packaging}
							</file>
							<summary>Javadoc JAR for ${project.version}</summary>
							<labels>
								<label>Featured</label>
								<label>Type-Docs</label>
							</labels>
						</upload>
						<upload>
							<file>
								${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}
							</file>
							<summary>Binary JAR for v${project.version}</summary>
							<labels>
								<label>Featured</label>
								<label>Type-Library</label>
							</labels>
						</upload>
					</uploads>
				</configuration>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>org.bouncycastle</groupId>
			<artifactId>bcpkix-jdk15on</artifactId>
			<version>1.51</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit-dep</artifactId>
			<version>4.10</version>
			<scope>test</scope>
			<exclusions>
				<exclusion>
					<artifactId>hamcrest-core</artifactId>
					<groupId>org.hamcrest</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-all</artifactId>
			<version>1.3</version>
			<scope>test</scope>
			<exclusions>
				<exclusion>
					<artifactId>hamcrest-core</artifactId>
					<groupId>org.hamcrest</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>test-jetty-servlet</artifactId>
			<version>7.6.4.v20120524</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.7.1</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.7.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.17</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
			<version>2.6</version>
		</dependency>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-all</artifactId>
			<version>1.9.0</version>
			<type>jar</type>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>2.4</version>
		</dependency>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
			<version>1.7</version>
		</dependency>
		<dependency>
			<groupId>net.jcip</groupId>
			<artifactId>jcip-annotations</artifactId>
			<version>1.0</version>
		</dependency>
	</dependencies>
	<ciManagement>
		<system>Jenkins</system>
		<url>https://jscep.ci.cloudbees.com/</url>
		<notifiers>
			<notifier>
				<type>mail</type>
				<sendOnError>true</sendOnError>
				<sendOnFailure>true</sendOnFailure>
				<sendOnSuccess>false</sendOnSuccess>
				<sendOnWarning>false</sendOnWarning>
				<configuration>
					<address>notifications@jscep.org</address>
				</configuration>
			</notifier>
		</notifiers>
	</ciManagement>
	<inceptionYear>2009</inceptionYear>
</project>

POM Entry

<dependency>
   <groupId>com.google.code.jscep</groupId>
   <artifactId>jscep</artifactId>
   <version>2.3.0</version>
</dependency>

Download

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



Download jscep-2.3.0.jar file




PreviousNext

Related