delombok.io.github.qsy7.encryption.enumeration.CipherMode Maven / Gradle / Ivy
The newest version!
package io.github.qsy7.encryption.enumeration;
import io.github.qsy7.property.api.annotation.DefaultValue;
import io.github.qsy7.property.api.annotation.PropertyValueType;
import io.github.qsy7.property.api.property.ConfigurableProperty;
@PropertyValueType(CipherMode.class)
public enum CipherMode implements ConfigurableProperty {
@DefaultValue
CBC,
ECB
}