Uses of Class
org.apache.parquet.format.AesGcmCtrV1
-
Packages that use AesGcmCtrV1 Package Description org.apache.parquet.format -
-
Uses of AesGcmCtrV1 in org.apache.parquet.format
Methods in org.apache.parquet.format that return AesGcmCtrV1 Modifier and Type Method Description AesGcmCtrV1AesGcmCtrV1. deepCopy()AesGcmCtrV1EncryptionAlgorithm. getAES_GCM_CTR_V1()AesGcmCtrV1AesGcmCtrV1. setAad_file_unique(byte[] aad_file_unique)Unique file identifier part of AAD suffix *AesGcmCtrV1AesGcmCtrV1. setAad_file_unique(ByteBuffer aad_file_unique)AesGcmCtrV1AesGcmCtrV1. setAad_prefix(byte[] aad_prefix)AAD prefix *AesGcmCtrV1AesGcmCtrV1. setAad_prefix(ByteBuffer aad_prefix)AesGcmCtrV1AesGcmCtrV1. 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 AesGcmCtrV1 Modifier and Type Method Description static EncryptionAlgorithmEncryptionAlgorithm. AES_GCM_CTR_V1(AesGcmCtrV1 value)intAesGcmCtrV1. compareTo(AesGcmCtrV1 other)booleanAesGcmCtrV1. equals(AesGcmCtrV1 that)voidEncryptionAlgorithm. setAES_GCM_CTR_V1(AesGcmCtrV1 value)Constructors in org.apache.parquet.format with parameters of type AesGcmCtrV1 Constructor Description AesGcmCtrV1(AesGcmCtrV1 other)Performs a deep copy on other.
-