Uses of Class
ch.admin.bit.jeap.crypto.s3.JeapDecryptedS3Object
-
Uses of JeapDecryptedS3Object in ch.admin.bit.jeap.crypto.s3
Methods in ch.admin.bit.jeap.crypto.s3 that return JeapDecryptedS3ObjectModifier and TypeMethodDescriptionRetrieves objects from S3 and decrypt the content if userMetaData 'is_encrypted: true' is set.Retrieves objects from S3 and decrypt the content if userMetaData 'is_encrypted: true' is set.static JeapDecryptedS3ObjectJeapDecryptedS3Object.of(String bucketName, String objectKey, String versionId, Map<String, String> metadata, byte[] decryptedObjectContent)