Uses of Class
org.apache.cxf.rs.security.jose.jwk.PublicKeyUse
-
Packages that use PublicKeyUse Package Description org.apache.cxf.rs.security.jose.jwk -
-
Uses of PublicKeyUse in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk that return PublicKeyUse Modifier and Type Method Description PublicKeyUseJsonWebKey. getPublicKeyUse()static PublicKeyUsePublicKeyUse. getPublicKeyUse(String use)static PublicKeyUsePublicKeyUse. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicKeyUse[]PublicKeyUse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type PublicKeyUse Modifier and Type Method Description voidJsonWebKey. setPublicKeyUse(PublicKeyUse use)
-