Class KmsClient.KeyGenerationResult

java.lang.Object
org.apache.iceberg.encryption.KmsClient.KeyGenerationResult
Enclosing interface:
KmsClient

public static class KmsClient.KeyGenerationResult extends Object
For KMS systems that support key generation, this class keeps the key generation result - the raw secret key, and its wrap.
  • Constructor Details

    • KeyGenerationResult

      public KeyGenerationResult(ByteBuffer key, String wrappedKey)
  • Method Details