Java com.amazonaws.services.kms.model DecryptResult fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetKeyId()

The ARN of the customer master key that was used to perform the decryption.

java.nio.ByteBuffergetPlaintext()

Decrypted plaintext data.

voidsetPlaintext(java.nio.ByteBuffer plaintext)

Decrypted plaintext data.