Uses of Enum
com.dracoon.sdk.crypto.model.PlainFileKey.Version
Packages that use PlainFileKey.Version
-
Uses of PlainFileKey.Version in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto with parameters of type PlainFileKey.VersionModifier and TypeMethodDescriptionstatic PlainFileKeyCrypto.generateFileKey(PlainFileKey.Version version) Generates a random file key.
IMPORTANT!!!: Never reuse the returned file key! Use the returned file key only for the encryption of one file!
The file key consists of a cryptographic key and initialization vector. -
Uses of PlainFileKey.Version in com.dracoon.sdk.crypto.model
Methods in com.dracoon.sdk.crypto.model that return PlainFileKey.VersionModifier and TypeMethodDescriptionstatic PlainFileKey.VersionPlainFileKey.Version.getByValue(String value) Finds a enumeration constant by its version value.static PlainFileKey.VersionReturns the enum constant of this type with the specified name.static PlainFileKey.Version[]PlainFileKey.Version.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.dracoon.sdk.crypto.model with parameters of type PlainFileKey.VersionModifierConstructorDescriptionPlainFileKey(PlainFileKey.Version version, byte[] key, byte[] iv) Constructs a new plain file key.