Uses of Enum
com.dracoon.sdk.crypto.model.EncryptedFileKey.Version
Packages that use EncryptedFileKey.Version
-
Uses of EncryptedFileKey.Version in com.dracoon.sdk.crypto.model
Methods in com.dracoon.sdk.crypto.model that return EncryptedFileKey.VersionModifier and TypeMethodDescriptionstatic EncryptedFileKey.VersionEncryptedFileKey.Version.getByValue(String value) Finds a enumeration constant by its version value.static EncryptedFileKey.VersionReturns the enum constant of this type with the specified name.static EncryptedFileKey.Version[]EncryptedFileKey.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 EncryptedFileKey.VersionModifierConstructorDescriptionEncryptedFileKey(EncryptedFileKey.Version version, byte[] key, byte[] iv) Constructs a new plain file key.