Uses of Class
com.aspose.zip.EncryptionMethod
-
-
Uses of EncryptionMethod in com.aspose.zip
Methods in com.aspose.zip that return EncryptionMethod Modifier and Type Method Description EncryptionMethodEncryptionSettings. getMethod()Gets the encryption algorithm.static EncryptionMethodEncryptionMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionMethod[]EncryptionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aspose.zip with parameters of type EncryptionMethod Constructor Description AesEncryptionSettings(EncryptionMethod method)Initializes a new instance of theAesEncryptionSettingsclass without a password.AesEncryptionSettings(String password, EncryptionMethod method)Initializes a new instance of theAesEncryptionSettingsclass.
-