Class DecryptBatch.BatchEntry

    • Method Detail

      • builder

        public static DecryptBatch.BatchEntry builder()
        A new builder for a batch entry.
        Returns:
        a new batch entry
      • create

        public static DecryptBatch.BatchEntry create​(String cipherText)
        Create a new entry from cipher text.
        Parameters:
        cipherText - cipher text as returned by an encrypt method
        Returns:
        a new batch entry
      • cipherText

        public DecryptBatch.BatchEntry cipherText​(String cipherText)
        Configure the cipher text to be decrypted.
        Parameters:
        cipherText - cipher text
        Returns:
        updated entry