메소드 | 설명 | |
---|---|---|
AddUnencryptedContentLengthToMetadata ( |
Adds UnEncrypted content length to object metadata
|
|
BuildInstructionsFromObjectMetadata ( |
Builds an instruction object from the object metadata.
|
|
BuildInstructionsUsingInstructionFile ( |
Builds an instruction object from the instruction file.
|
|
CreateInstructionFileRequest ( |
||
DecryptEnvelopeKey ( byte encryptedEnvelopeKey, |
Decrypts an encrypted Envelope key using the provided encryption materials and returns it in raw byte array form.
|
|
DecryptEnvelopeKeyUsingAsymmetricKeyPair ( |
||
DecryptEnvelopeKeyUsingSymmetricKey ( |
||
DecryptObjectUsingInstructions ( |
Updates object where the object input stream contains the decrypted contents.
|
|
DecryptStream ( Stream encryptedStream, |
||
EncryptEnvelopeKey ( byte envelopeKey, |
||
EncryptEnvelopeKeyUsingAsymmetricKeyPair ( |
||
EncryptEnvelopeKeyUsingSymmetricKey ( |
||
EncryptRequestUsingInstruction ( Stream toBeEncrypted, |
Returns an updated stream where the stream contains the encrypted object contents. The specified instruction will be used to encrypt data.
|
|
EncryptUploadPartRequestUsingInstructions ( Stream toBeEncrypted, |
Returns an updated input stream where the input stream contains the encrypted object contents. The specified instruction will be used to encrypt data.
|
|
GenerateInstructions ( |
Generates an instruction that will be used to encrypt an object.
|
|
GetInstructionFileRequest ( |
||
IsEncryptionInfoInInstructionFile ( |
checks if encryption credentials are in the instructionfile
|
|
IsEncryptionInfoInMetadata ( |
checks if encryption credentials are in object metadata
|
|
UpdateMetadataWithEncryptionInstructions ( |
Update the request's ObjectMetadata with the necessary information for decrypting the object.
|