Uses of Class
net.snowflake.client.jdbc.MatDesc
-
Packages that use MatDesc Package Description net.snowflake.client.jdbc net.snowflake.client.jdbc.cloud.storage -
-
Uses of MatDesc in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return MatDesc Modifier and Type Method Description static MatDesc
MatDesc. parse(String matdesc)
Try to parse the material descriptor string. -
Uses of MatDesc in net.snowflake.client.jdbc.cloud.storage
Methods in net.snowflake.client.jdbc.cloud.storage with parameters of type MatDesc Modifier and Type Method Description void
SnowflakeAzureClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)
Adds encryption metadata to the StorageObjectMetadata objectvoid
SnowflakeGCSClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)
Adds encryption metadata to the StorageObjectMetadata objectvoid
SnowflakeS3Client. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)
void
SnowflakeStorageClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)
Adds encryption metadata to the StorageObjectMetadata object for AES-ECB/AES-CBCdefault void
SnowflakeStorageClient. addEncryptionMetadataForGcm(StorageObjectMetadata meta, MatDesc matDesc, byte[] encryptedKey, byte[] dataIvBytes, byte[] keyIvBytes, byte[] keyAad, byte[] dataAad, long contentLength)
Adds encryption metadata to the StorageObjectMetadata object for AES-GCM/AES-GCM
-