Uses of Class
org.apache.syncope.common.lib.types.CipherAlgorithm
-
Packages that use CipherAlgorithm Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of CipherAlgorithm in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmPlainSchemaTO. getCipherAlgorithm()Methods in org.apache.syncope.common.lib.to with parameters of type CipherAlgorithm Modifier and Type Method Description voidPlainSchemaTO. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return CipherAlgorithm Modifier and Type Method Description static CipherAlgorithmCipherAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CipherAlgorithm[]CipherAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-