Uses of Class
com.appslandia.common.base.BaseEncoder
-
Packages that use BaseEncoder Package Description com.appslandia.common.base com.appslandia.common.crypto -
-
Uses of BaseEncoder in com.appslandia.common.base
Methods in com.appslandia.common.base that return BaseEncoder Modifier and Type Method Description static BaseEncoderBaseEncoder. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseEncoder[]BaseEncoder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BaseEncoder in com.appslandia.common.crypto
Fields in com.appslandia.common.crypto declared as BaseEncoder Modifier and Type Field Description protected BaseEncoderTextBasedCrypto. baseEncoderMethods in com.appslandia.common.crypto with parameters of type BaseEncoder Modifier and Type Method Description TextBasedCryptoTextBasedCrypto. setBaseEncoder(BaseEncoder baseEncoder)TextDigesterTextDigester. setBaseEncoder(BaseEncoder baseEncoder)TextEncryptorTextEncryptor. setBaseEncoder(BaseEncoder baseEncoder)
-