Class DecryptBatch.Request

    • Method Detail

      • encryptionKeyName

        public DecryptBatch.Request encryptionKeyName​(String encryptionKeyName)
        Specifies the name of the encryption key to encrypt against. Required.
        Parameters:
        encryptionKeyName - name of the key
        Returns:
        updated request
      • addEntry

        public DecryptBatch.Request addEntry​(DecryptBatch.BatchEntry batchEntry)
        Specifies a list of items to be encrypted in a single batch. When this parameter is set, if the parameters 'plaintext', 'context' and 'nonce' are also set, they will be ignored.
        Parameters:
        batchEntry - batch entry to add to this batch request
        Returns:
        updated request