Java com.amazonaws.services.elastictranscoder.model Encryption fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elastictranscoder.model Encryption fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elastictranscoder.model Encryption.

The text is from its open source code.

Constructor

Method

voidsetInitializationVector(String initializationVector)

The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files.

voidsetKey(String key)

The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file.

voidsetKeyMd5(String keyMd5)

The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file.

voidsetMode(String mode)

The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files.