All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy