Uses of Enum Class
cloud.opencode.base.io.compress.EncryptionMethod
Packages that use EncryptionMethod
-
Uses of EncryptionMethod in cloud.opencode.base.io.compress
Subclasses with type arguments of type EncryptionMethod in cloud.opencode.base.io.compressMethods in cloud.opencode.base.io.compress that return EncryptionMethodModifier and TypeMethodDescriptionZipOptions.encryption()Returns the value of theencryptionrecord component.static EncryptionMethodReturns the enum constant of this class with the specified name.static EncryptionMethod[]EncryptionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.io.compress with parameters of type EncryptionMethodModifier and TypeMethodDescriptionZipOptions.Builder.encryption(EncryptionMethod encryption) Sets the encryption method.Constructors in cloud.opencode.base.io.compress with parameters of type EncryptionMethodModifierConstructorDescriptionZipOptions(int compressionLevel, String password, EncryptionMethod encryption, boolean zip64, String encoding, boolean includeRootDir, OverwritePolicy overwrite, List<String> excludePatterns, BombProtection bombProtection) Canonical constructor with normalisation and validation.