Class ExportR12DecryptCertificateProvider

java.lang.Object
com.aquima.interactions.foundation.security.cert.ExportR12DecryptCertificateProvider
All Implemented Interfaces:
ICertificateProvider, IDecryptCertificateProvider, ISignReadOnlyCertificateProvider

@Deprecated(forRemoval=true) public final class ExportR12DecryptCertificateProvider extends Object implements IDecryptCertificateProvider
Deprecated, for removal: This API element is subject to removal in a future version.
com.aquima.interactions.foundation.security.cert.ExportR17DecryptCertificateProvider

Certificate provider for decrypting/signing exported application release 12 xml's.

Will be removed in R19

Since:
12.0
Author:
Jon van Leuven, Vincent Jansen
  • Constructor Details

    • ExportR12DecryptCertificateProvider

      public ExportR12DecryptCertificateProvider()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getPublicKeyAsStream

      public InputStream getPublicKeyAsStream() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ISignReadOnlyCertificateProvider
      This method returns an input stream that can be used to read the key.
      Specified by:
      getPublicKeyAsStream in interface ISignReadOnlyCertificateProvider
      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.
    • getSecretKeyAsStream

      public InputStream getSecretKeyAsStream() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ICertificateProvider
      This method returns an input stream that can be used to read the secret key.
      Specified by:
      getSecretKeyAsStream in interface ICertificateProvider
      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.