Interface CertificateAndKeySource

    • Method Detail

      • load

        CertificateAndKey load()
        Loads a certificate and its corresponding private key. Every time this method is called, it should return the same certificate and private key (although it may be a different CertificateAndKey instance).
        Returns:
        certificate and its corresponding private key