Bouncy Castle for GSS.
Bouncy castle modifications to enable GSS. The changes are contributed to bc1.49.
Here is the list of declaration for bcgss. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ogce</groupId> <artifactId>bcgss</artifactId> <version>146</version> </dependency>
If you think this Maven repository POM file listing for bcgss is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following plugins are used in the bcgss-146.jar
The following packages are defined in the bcgss-146.jar
edu.illinois.ncsa.bouncycastle edu.illinois.ncsa.bouncycastle.asn1 edu.illinois.ncsa.bouncycastle.asn1.bc edu.illinois.ncsa.bouncycastle.asn1.cmp edu.illinois.ncsa.bouncycastle.asn1.cms edu.illinois.ncsa.bouncycastle.asn1.cms.ecc edu.illinois.ncsa.bouncycastle.asn1.crmf edu.illinois.ncsa.bouncycastle.asn1.cryptopro edu.illinois.ncsa.bouncycastle.asn1.eac edu.illinois.ncsa.bouncycastle.asn1.esf edu.illinois.ncsa.bouncycastle.asn1.ess edu.illinois.ncsa.bouncycastle.asn1.gnu edu.illinois.ncsa.bouncycastle.asn1.iana edu.illinois.ncsa.bouncycastle.asn1.icao edu.illinois.ncsa.bouncycastle.asn1.isismtt edu.illinois.ncsa.bouncycastle.asn1.isismtt.ocsp edu.illinois.ncsa.bouncycastle.asn1.isismtt.x509 edu.illinois.ncsa.bouncycastle.asn1.kisa edu.illinois.ncsa.bouncycastle.asn1.microsoft edu.illinois.ncsa.bouncycastle.asn1.misc edu.illinois.ncsa.bouncycastle.asn1.mozilla edu.illinois.ncsa.bouncycastle.asn1.nist edu.illinois.ncsa.bouncycastle.asn1.ntt edu.illinois.ncsa.bouncycastle.asn1.ocsp edu.illinois.ncsa.bouncycastle.asn1.oiw edu.illinois.ncsa.bouncycastle.asn1.pkcs edu.illinois.ncsa.bouncycastle.asn1.sec edu.illinois.ncsa.bouncycastle.asn1.smime edu.illinois.ncsa.bouncycastle.asn1.teletrust edu.illinois.ncsa.bouncycastle.asn1.test edu.illinois.ncsa.bouncycastle.asn1.tsp edu.illinois.ncsa.bouncycastle.asn1.util edu.illinois.ncsa.bouncycastle.asn1.x500 edu.illinois.ncsa.bouncycastle.asn1.x500.style edu.illinois.ncsa.bouncycastle.asn1.x509 edu.illinois.ncsa.bouncycastle.asn1.x509.qualified edu.illinois.ncsa.bouncycastle.asn1.x509.sigi edu.illinois.ncsa.bouncycastle.asn1.x9 edu.illinois.ncsa.bouncycastle.bcpg edu.illinois.ncsa.bouncycastle.bcpg.attr edu.illinois.ncsa.bouncycastle.bcpg.sig edu.illinois.ncsa.bouncycastle.crypto edu.illinois.ncsa.bouncycastle.crypto.agreement edu.illinois.ncsa.bouncycastle.crypto.agreement.kdf edu.illinois.ncsa.bouncycastle.crypto.agreement.srp edu.illinois.ncsa.bouncycastle.crypto.digests edu.illinois.ncsa.bouncycastle.crypto.encodings edu.illinois.ncsa.bouncycastle.crypto.engines edu.illinois.ncsa.bouncycastle.crypto.examples edu.illinois.ncsa.bouncycastle.crypto.generators edu.illinois.ncsa.bouncycastle.crypto.io edu.illinois.ncsa.bouncycastle.crypto.macs edu.illinois.ncsa.bouncycastle.crypto.modes edu.illinois.ncsa.bouncycastle.crypto.modes.gcm edu.illinois.ncsa.bouncycastle.crypto.paddings edu.illinois.ncsa.bouncycastle.crypto.params edu.illinois.ncsa.bouncycastle.crypto.prng edu.illinois.ncsa.bouncycastle.crypto.signers edu.illinois.ncsa.bouncycastle.crypto.test edu.illinois.ncsa.bouncycastle.crypto.tls edu.illinois.ncsa.bouncycastle.crypto.tls.test edu.illinois.ncsa.bouncycastle.crypto.util edu.illinois.ncsa.bouncycastle.math.ec edu.illinois.ncsa.bouncycastle.math.ec.test edu.illinois.ncsa.bouncycastle.util edu.illinois.ncsa.bouncycastle.util.encoders edu.illinois.ncsa.bouncycastle.util.encoders.test edu.illinois.ncsa.bouncycastle.util.io edu.illinois.ncsa.bouncycastle.util.io.pem edu.illinois.ncsa.bouncycastle.util.test
Here is the content of the POM file.
<?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>org.ogce</groupId> <artifactId>bcgss</artifactId> <version>146</version> <packaging>jar</packaging> <name>Bouncy Castle for GSS</name> <description>Bouncy castle modifications to enable GSS. The changes are contributed to bc1.49</description> <url>https://github.com/jsiwek/BouncyCastleSSLv3</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>https://github.com/jsiwek/BouncyCastleSSLv3.git</connection> <developerConnection>git@github.com:jsiwek/BouncyCastleSSLv3.git</developerConnection> <url>https://github.com/jsiwek/BouncyCastleSSLv3</url> </scm> <mailingLists> <mailingList> <name>Airavata Developer List</name> <subscribe>dev-subscribe@airavata.apache.org</subscribe> <unsubscribe>dev-unsubscribe@airavata.apache.org</unsubscribe> <post>mailto:dev@airavata.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/airavata-dev/</archive> </mailingList> </mailingLists> <issueManagement> <url>https://gateways.atlassian.net/browse/EXTREME</url> </issueManagement> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <skipTests>true</skipTests> <junit.version>4.7</junit.version> </properties> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <skip>false</skip> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>