Uses of Enum Class
org.apache.cxf.rs.security.jose.jwk.PublicKeyUse
Packages that use PublicKeyUse
-
Uses of PublicKeyUse in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk that return PublicKeyUseModifier and TypeMethodDescriptionJsonWebKey.getPublicKeyUse()static PublicKeyUsePublicKeyUse.getPublicKeyUse(String use) static PublicKeyUseReturns the enum constant of this class with the specified name.static PublicKeyUse[]PublicKeyUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type PublicKeyUse