jar

org.sourcelab : java-hkp-client

Maven & Gradle

Jan 19, 2021
4 stars

Http KeyServer Protocol Client for Java · A client for talking to PGP Key Servers using HKP (Http KeyServer Protocol). Defined by RFC https://tools.ietf.org/html/draft-shaw-openpgp-hkp-00

Table Of Contents

Latest Version

Download org.sourcelab : java-hkp-client JAR file - Latest Versions:

All Versions

Download org.sourcelab : java-hkp-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-hkp-client-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.sourcelab.hkp.response.get

├─ org.sourcelab.hkp.response.get.PgpPublicKey.class - [JAR]

org.sourcelab.hkp.rest.handlers

├─ org.sourcelab.hkp.rest.handlers.RestResponseHandler.class - [JAR]

├─ org.sourcelab.hkp.rest.handlers.StringResponseHandler.class - [JAR]

org.sourcelab.hkp.response.search

├─ org.sourcelab.hkp.response.search.Entry.class - [JAR]

├─ org.sourcelab.hkp.response.search.Pub.class - [JAR]

├─ org.sourcelab.hkp.response.search.SearchIndexResponse.class - [JAR]

├─ org.sourcelab.hkp.response.search.Uid.class - [JAR]

org.sourcelab.hkp.rest

├─ org.sourcelab.hkp.rest.HttpClient5RestClient.class - [JAR]

├─ org.sourcelab.hkp.rest.NoopTrustManager.class - [JAR]

├─ org.sourcelab.hkp.rest.RestClient.class - [JAR]

├─ org.sourcelab.hkp.rest.RestException.class - [JAR]

├─ org.sourcelab.hkp.rest.RestResponse.class - [JAR]

org.sourcelab.hkp.config

├─ org.sourcelab.hkp.config.Configuration.class - [JAR]

├─ org.sourcelab.hkp.config.ProxyConfiguration.class - [JAR]

org.sourcelab.hkp.request

├─ org.sourcelab.hkp.request.AbstractRequest.class - [JAR]

├─ org.sourcelab.hkp.request.GetRequest.class - [JAR]

├─ org.sourcelab.hkp.request.Request.class - [JAR]

├─ org.sourcelab.hkp.request.SearchRequest.class - [JAR]

org.sourcelab.hkp

├─ org.sourcelab.hkp.ConfigurationBuilder.class - [JAR]

├─ org.sourcelab.hkp.ConnectionFailedException.class - [JAR]

├─ org.sourcelab.hkp.HkpClient.class - [JAR]

├─ org.sourcelab.hkp.InvalidRequestException.class - [JAR]

├─ org.sourcelab.hkp.ParserException.class - [JAR]

org.sourcelab.hkp.response

├─ org.sourcelab.hkp.response.ErrorResponse.class - [JAR]

├─ org.sourcelab.hkp.response.Result.class - [JAR]

org.sourcelab.hkp.parser

├─ org.sourcelab.hkp.parser.FieldParser.class - [JAR]

├─ org.sourcelab.hkp.parser.GetResponseParser.class - [JAR]

├─ org.sourcelab.hkp.parser.ResponseParser.class - [JAR]

├─ org.sourcelab.hkp.parser.SearchIndexResponseParser.class - [JAR]

├─ org.sourcelab.hkp.parser.StringResponseParser.class - [JAR]