FileEncryptionInfo |
FileEncryptionInfo.Builder.build() |
|
FileEncryptionInfo |
FileEncryptionInfo.withEncryptionKey(byte[] encryptionKey) |
Returns an immutable copy of this with just the encryptionKey
field changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withFileDigest(byte[] fileDigest) |
Returns an immutable copy of this with just the fileDigest field
changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withFileDigestAlgorithm(String fileDigestAlgorithm) |
Returns an immutable copy of this with just the
fileDigestAlgorithm field changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withInitializationVector(byte[] initializationVector) |
Returns an immutable copy of this with just the
initializationVector field changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withMac(byte[] mac) |
Returns an immutable copy of this with just the mac field
changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withMacKey(byte[] macKey) |
Returns an immutable copy of this with just the macKey field
changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withProfileIdentifier(String profileIdentifier) |
Returns an immutable copy of this with just the profileIdentifier
field changed.
|
FileEncryptionInfo |
FileEncryptionInfo.withUnmappedField(String name,
Object value) |
|