legacy-compatibility-ssl-socket-factory
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.marschall</groupId> <artifactId>legacy-compatibility-ssl-socket-factory</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.marschall</groupId> <artifactId>legacy-compatibility-ssl-socket-factory</artifactId> <version>1.0.0</version> <name>Legacy Compatibility SSLSocketFactory</name> <description>A SSLSocketFactory that implements SSLSession.getPeerCertificateChain().</description> <url>https://github.com/marschall/legacy-compatibility-ssl-socket-factory</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>marschall</id> <name>Philippe Marschall</name> <email>philippe.marschall@gmail.com</email> <url>https://github.com/marschall</url> <roles> <role>developer</role> </roles> <timezone>Europe/Zurich</timezone> </developer> </developers> <scm> <connection>scm:git:git@github.com:marschall/legacy-compatibility-ssl-socket-factory.git</connection> <developerConnection>scm:git:git@github.com:marschall/legacy-compatibility-ssl-socket-factory.git</developerConnection> <tag>1.0.0</tag> <url>https://github.com/marschall/legacy-compatibility-ssl-socket-factory</url> </scm> </project>