Uses of Enum Class
io.deeplumen.ucp.models.discovery.SigningKey.Use
Packages that use SigningKey.Use
-
Uses of SigningKey.Use in io.deeplumen.ucp.models.discovery
Methods in io.deeplumen.ucp.models.discovery that return SigningKey.UseModifier and TypeMethodDescriptionstatic SigningKey.UseSigningKey.getUse()Key usage.static SigningKey.UseReturns the enum constant of this class with the specified name.static SigningKey.Use[]SigningKey.Use.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.deeplumen.ucp.models.discovery with parameters of type SigningKey.UseModifier and TypeMethodDescriptionvoidSigningKey.setUse(SigningKey.Use use) Key usage.SigningKey.withUse(SigningKey.Use use)