Uses of Interface
com.aquima.interactions.foundation.security.cert.ICertificateProvider
Packages that use ICertificateProvider
-
Uses of ICertificateProvider in com.aquima.interactions.foundation.security.cert
Subinterfaces of ICertificateProvider in com.aquima.interactions.foundation.security.certModifier and TypeInterfaceDescriptioninterface
The implementation of this interface should provide the certificates for signed decryption.interface
The implementation of this interface should provide the certificates for signed encryption.Classes in com.aquima.interactions.foundation.security.cert that implement ICertificateProviderModifier and TypeClassDescriptionclass
Certificate provider for decrypting/encrypting connectivity data.final class
Deprecated, for removal: This API element is subject to removal in a future version.com.aquima.interactions.foundation.security.cert.ExportR17CertificateProviderfinal class
Deprecated, for removal: This API element is subject to removal in a future version.com.aquima.interactions.foundation.security.cert.ExportR17DecryptCertificateProviderfinal class
Key provider for decrypting/signing exported application release 17 xml's.final class
Key provider for decrypting/signing/validating exported application release 17 xml's.Methods in com.aquima.interactions.foundation.security.cert with parameters of type ICertificateProviderModifier and TypeMethodDescriptionstatic RsaAesKeySet
CertificateFactory.createReadRsaAesKeySet
(ICertificateProvider provider) This method creates a read key set from the supplied provider.static CertificateSet
CertificateFactory.createReadSet
(ICertificateProvider provider) This method creates a certificate set from the supplied provider.