Interface ISignReadOnlyCertificateProvider

All Known Subinterfaces:
IDecryptCertificateProvider, IEncryptCertificateProvider
All Known Implementing Classes:
ExportR12CertificateProvider, ExportR12DecryptCertificateProvider, ExportR17DecryptionKeyProvider, ExportR17KeyProvider

public interface ISignReadOnlyCertificateProvider
The implementation of this interface should provide the certificates for reading signed content.
Since:
5.1
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns an input stream that can be used to read the key.
  • Method Details

    • getPublicKeyAsStream

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