Class GetKMSSecretAsymmetricResult


  • public final class GetKMSSecretAsymmetricResult
    extends java.lang.Object
    • Method Detail

      • ciphertext

        public java.lang.String ciphertext()
      • crc32

        public java.util.Optional<java.lang.String> crc32()
        Returns:
        Contains the crc32 checksum of the provided ciphertext.
      • cryptoKeyVersion

        public java.lang.String cryptoKeyVersion()
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • plaintext

        public java.lang.String plaintext()
        Returns:
        Contains the result of decrypting the provided ciphertext.