Package org.apache.iceberg.encryption
Class KmsClient.KeyGenerationResult
- java.lang.Object
- 
- org.apache.iceberg.encryption.KmsClient.KeyGenerationResult
 
- 
- Enclosing interface:
- KmsClient
 
 public static class KmsClient.KeyGenerationResult extends java.lang.ObjectFor KMS systems that support key generation, this class keeps the key generation result - the raw secret key, and its wrap.
- 
- 
Constructor SummaryConstructors Constructor Description KeyGenerationResult(java.nio.ByteBuffer key, java.lang.String wrappedKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferkey()java.lang.StringwrappedKey()
 
-