Interface CertificateBasedCryptographyService
-
- All Superinterfaces:
DecryptionService,EncryptionService
- All Known Implementing Classes:
RSACryptographyService
public interface CertificateBasedCryptographyService extends EncryptionService, DecryptionService
-
-
Method Summary
-
Methods inherited from interface com.fifa.connectservicebus.sdk.encryption.DecryptionService
decrypt
-
Methods inherited from interface com.fifa.connectservicebus.sdk.encryption.EncryptionService
encrypt
-
-