Uses of Class
org.apache.parquet.format.AesGcmV1
-
Packages that use AesGcmV1 Package Description org.apache.parquet.format -
-
Uses of AesGcmV1 in org.apache.parquet.format
Methods in org.apache.parquet.format that return AesGcmV1 Modifier and Type Method Description AesGcmV1AesGcmV1. deepCopy()AesGcmV1EncryptionAlgorithm. getAES_GCM_V1()AesGcmV1AesGcmV1. setAad_file_unique(byte[] aad_file_unique)Unique file identifier part of AAD suffix *AesGcmV1AesGcmV1. setAad_file_unique(ByteBuffer aad_file_unique)AesGcmV1AesGcmV1. setAad_prefix(byte[] aad_prefix)AAD prefix *AesGcmV1AesGcmV1. setAad_prefix(ByteBuffer aad_prefix)AesGcmV1AesGcmV1. setSupply_aad_prefix(boolean supply_aad_prefix)In files encrypted with AAD prefix without storing it, readers must supply the prefix *Methods in org.apache.parquet.format with parameters of type AesGcmV1 Modifier and Type Method Description static EncryptionAlgorithmEncryptionAlgorithm. AES_GCM_V1(AesGcmV1 value)intAesGcmV1. compareTo(AesGcmV1 other)booleanAesGcmV1. equals(AesGcmV1 that)voidEncryptionAlgorithm. setAES_GCM_V1(AesGcmV1 value)Constructors in org.apache.parquet.format with parameters of type AesGcmV1 Constructor Description AesGcmV1(AesGcmV1 other)Performs a deep copy on other.
-