Uses of Enum
com.microsoft.graph.models.WeakAlgorithms
Packages that use WeakAlgorithms
-
Uses of WeakAlgorithms in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WeakAlgorithmsModifier and TypeMethodDescriptionstatic WeakAlgorithmsstatic WeakAlgorithmsReturns the enum constant of this type with the specified name.static WeakAlgorithms[]WeakAlgorithms.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type WeakAlgorithmsModifier and TypeMethodDescriptionRequestSignatureVerification.getAllowedWeakAlgorithms()Gets the allowedWeakAlgorithms property value.Method parameters in com.microsoft.graph.models with type arguments of type WeakAlgorithmsModifier and TypeMethodDescriptionvoidRequestSignatureVerification.setAllowedWeakAlgorithms(EnumSet<WeakAlgorithms> value) Sets the allowedWeakAlgorithms property value.