delombok.io.github.qsy7.encryption.property.InitializationVectorLength Maven / Gradle / Ivy
The newest version!
package io.github.qsy7.encryption.property;
import io.github.qsy7.property.api.annotation.DefaultValue;
import io.github.qsy7.property.api.property.ConfigurableProperty;
public interface InitializationVectorLength extends ConfigurableProperty {
int B_8 = 8;
int B_16 = 16;
@DefaultValue int B_96 = 96;
}