Uses of Class
com.fifa.connectservicebus.sdk.CryptographyException
-
Packages that use CryptographyException Package Description com.fifa.connectservicebus.sdk com.fifa.connectservicebus.sdk.encryption -
-
Uses of CryptographyException in com.fifa.connectservicebus.sdk
Subclasses of CryptographyException in com.fifa.connectservicebus.sdk Modifier and Type Class Description classDecryptionExceptionException thrown during decryption of message content.Methods in com.fifa.connectservicebus.sdk that throw CryptographyException Modifier and Type Method Description MessageFifaConnectServiceBusClient. peekLock()Gets and locks a message without deleting it from the queue.MessageFifaConnectServiceBusClient. peekLock(int timeout)Gets and locks a message without deleting it from the queue.MessageFifaConnectServiceBusClientImpl. peekLock()Gets and locks a message without deleting it from the queue.MessageFifaConnectServiceBusClientImpl. peekLock(int timeout)Gets and locks a message without deleting it from the queue.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 CryptographyException in com.fifa.connectservicebus.sdk.encryption
Methods in com.fifa.connectservicebus.sdk.encryption that throw CryptographyException Modifier and Type Method Description byte[]CertificateBasedCryptographyAlgorithm. decrypt(Message message)Decrypts databyte[]CryptographyAlgorithm. decrypt(Message message)Decrypts data.byte[]DecryptionService. decrypt(byte[] data, Message message)Decrypts databyte[]MessageCryptographyServiceImpl. decrypt(Message message)Decrypts messagebyte[]MessageDecryptionService. decrypt(Message message)Decrypts message content.byte[]RSACryptographyService. decrypt(byte[] data, Message message)Decrypts dataEncryptionResultCertificateBasedCryptographyAlgorithm. 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 queuePrivateKeyPrivateKeyStorage. getLatestKey()Returns recent private keyCollection<PrivateKey>PrivateKeyStorage. getPreviousKeys()Returns previous private keys that were used in the past
-