Interface ICertificateProvider
- All Known Subinterfaces:
IDecryptCertificateProvider
,IEncryptCertificateProvider
- All Known Implementing Classes:
ConnectivityCertificateProvider
,ExportR12CertificateProvider
,ExportR12DecryptCertificateProvider
,ExportR17DecryptionKeyProvider
,ExportR17KeyProvider
public interface ICertificateProvider
The implementation of this interface should provide the certificates for decryption and encryption with no signing.
- Since:
- 6.3
- Author:
- Jon van Leuven
-
Method Details
-
getSecretKeyAsStream
This method returns an input stream that can be used to read the secret key.- Returns:
- an input stream that can be used to read the secret key.
- Throws:
IOException
- This exception is thrown when the secret key could not be read.
-