Interface IEncryptCertificateProvider

All Superinterfaces:
ICertificateProvider, IDecryptCertificateProvider, ISignReadOnlyCertificateProvider
All Known Implementing Classes:
ExportR12CertificateProvider, ExportR17KeyProvider

public interface IEncryptCertificateProvider extends IDecryptCertificateProvider
The implementation of this interface should provide the certificates for signed encryption.
Since:
5.1
Author:
Jon van Leuven
  • Method Details

    • getPrivateKeyAsStream

      InputStream getPrivateKeyAsStream() throws IOException
      This method returns an input stream that can be used to read the private key.
      Returns:
      an input stream that can be used to read the private key.
      Throws:
      IOException - This exception is thrown when the private key could not be read.