Interface IKeyStore


public interface IKeyStore
A class to represent a Java Keystore and allow for easy appending and generation
Author:
jamesdavies
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendCertficateById(String aliasId, String certificateId)
    Allows a certificate to be retrieved from the the certificate store based on its ID tag and added to this keystore.
    void
    appendDer(String aliasId, InputStream certFile)
    Allows a Base64 encoded DER cert to be appended to the Keystore
    void
    appendPem(String aliasId, InputStream certFile)
    Allows a PEM cert file to be appended to the Keystore
    void
    Allows a Base64 encoded PEM cert to be appended to the Keystore
    Returns the Java keystore