public class EncryptionInformation extends Object
EncryptionInformation will be passed to the readers and writers. The readers and writers
can decide which fields they want to read and how to use it.| Constructor and Description |
|---|
EncryptionInformation(Optional<DwrfEncryptionMetadata> dwrfEncryptionMetadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static EncryptionInformation |
fromEncryptionMetadata(EncryptionMetadata encryptionMetadata) |
Optional<DwrfEncryptionMetadata> |
getDwrfEncryptionMetadata() |
int |
hashCode() |
public EncryptionInformation(Optional<DwrfEncryptionMetadata> dwrfEncryptionMetadata)
public Optional<DwrfEncryptionMetadata> getDwrfEncryptionMetadata()
public static EncryptionInformation fromEncryptionMetadata(EncryptionMetadata encryptionMetadata)
Copyright © 2012–2023. All rights reserved.