Uses of Class
com.fifa.connectservicebus.sdk.encryption.PublicCertificateNotFoundException
-
Packages that use PublicCertificateNotFoundException Package Description com.fifa.connectservicebus.sdk com.fifa.connectservicebus.sdk.encryption -
-
Uses of PublicCertificateNotFoundException in com.fifa.connectservicebus.sdk
Methods in com.fifa.connectservicebus.sdk that throw PublicCertificateNotFoundException Modifier and Type Method Description voidFifaConnectServiceBusClient. send(String recipient, byte[] content)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClient. send(String recipient, byte[] content, String action, Map<String,String> properties)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClientImpl. send(String recipient, byte[] content)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClientImpl. send(String recipient, byte[] content, String action, Map<String,String> properties)Sends a message to a specified recipient via Message Bus. -
Uses of PublicCertificateNotFoundException in com.fifa.connectservicebus.sdk.encryption
Methods in com.fifa.connectservicebus.sdk.encryption that throw PublicCertificateNotFoundException Modifier and Type Method Description EncryptionResultCertificateBasedCryptographyAlgorithm. encrypt(byte[] data, String queueIdentifier)Encrypts content for given queueEncryptionResultCryptographyAlgorithm. encrypt(byte[] data, String queueIdentifier)Encrypts data for specific queue.byte[]EncryptionService. encrypt(byte[] data, String queueIdentfier)Encrypts data for specific queue.EncryptionResultMessageCryptographyServiceImpl. encrypt(byte[] data, String queueIdentifier)Encrypts messageEncryptionResultMessageEncryptionService. encrypt(byte[] data, String queueIdentifier)Encrypt message content.byte[]RSACryptographyService. encrypt(byte[] data, String queueIdentfier)Encrypts data for specific queueX509CertificateMemoryBasedPublicCertificateProvider. get(String queueIdentifier)Provide public certificate for given queueX509CertificatePublicCertificateProvider. get(String queueIdentifier)Provide public certificate for given queue
-