Uses of Class
com.ongres.scram.common.stringprep.StringPreparations
-
Packages that use StringPreparations Package Description com.ongres.scram.common.stringprep -
-
Uses of StringPreparations in com.ongres.scram.common.stringprep
Methods in com.ongres.scram.common.stringprep that return StringPreparations Modifier and Type Method Description static StringPreparations
StringPreparations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StringPreparations[]
StringPreparations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-