Uses of Class
com.amazonaws.services.elastictranscoder.model.Encryption
Packages that use Encryption
-
Uses of Encryption in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return EncryptionModifier and TypeMethodDescriptionEncryption.clone()
Artwork.getEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.CaptionFormat.getEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.CaptionSource.getEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.CreateJobOutput.getEncryption()
You can specify encryption settings for any output files that you want to use for a transcoding job.JobInput.getEncryption()
The encryption settings, if any, that are used for decrypting your input files.JobOutput.getEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.JobWatermark.getEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.CreateJobOutput.getThumbnailEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.JobOutput.getThumbnailEncryption()
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.Encryption.withInitializationVector
(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.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.Encryption.withKeyMd5
(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.The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type EncryptionModifier and TypeMethodDescriptionvoid
Artwork.setEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.void
CaptionFormat.setEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.void
CaptionSource.setEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.void
CreateJobOutput.setEncryption
(Encryption encryption) You can specify encryption settings for any output files that you want to use for a transcoding job.void
JobInput.setEncryption
(Encryption encryption) The encryption settings, if any, that are used for decrypting your input files.void
JobOutput.setEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.void
JobWatermark.setEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.void
CreateJobOutput.setThumbnailEncryption
(Encryption thumbnailEncryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.void
JobOutput.setThumbnailEncryption
(Encryption thumbnailEncryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.Artwork.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.CaptionFormat.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.CaptionSource.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.CreateJobOutput.withEncryption
(Encryption encryption) You can specify encryption settings for any output files that you want to use for a transcoding job.JobInput.withEncryption
(Encryption encryption) The encryption settings, if any, that are used for decrypting your input files.JobOutput.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.JobWatermark.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.CreateJobOutput.withThumbnailEncryption
(Encryption thumbnailEncryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.JobOutput.withThumbnailEncryption
(Encryption thumbnailEncryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.