Interface Decryptor<T,​R>

    • Method Detail

      • decrypt

        R decrypt​(T encrypted)
           throws java.lang.Exception
        Decrypt the given encrypted object.
        Parameters:
        encrypted - The object to decrypt.
        Returns:
        The decrypted object
        Throws:
        java.lang.Exception - is thrown if decryption fails.