Uses of Enum Class
com.yahoo.security.KeyAlgorithm
Packages that use KeyAlgorithm
-
Uses of KeyAlgorithm in com.yahoo.security
Methods in com.yahoo.security that return KeyAlgorithmModifier and TypeMethodDescriptionstatic KeyAlgorithmstatic KeyAlgorithmReturns the enum constant of this class with the specified name.static KeyAlgorithm[]KeyAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.security with parameters of type KeyAlgorithmModifier and TypeMethodDescriptionstatic KeyPairKeyUtils.generateKeypair(KeyAlgorithm algorithm) static KeyPairKeyUtils.generateKeypair(KeyAlgorithm algorithm, int keySize)