Uses of Class
org.apache.cxf.rs.security.jose.jwk.KeyType
-
Packages that use KeyType Package Description org.apache.cxf.rs.security.jose.jwk -
-
Uses of KeyType in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk that return KeyType Modifier and Type Method Description KeyTypeJsonWebKey. getKeyType()static KeyTypeKeyType. getKeyType(String type)static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. 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 that return types with arguments of type KeyType Modifier and Type Method Description Map<KeyType,List<JsonWebKey>>JsonWebKeys. getKeyTypeMap()Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type KeyType Modifier and Type Method Description static List<String>JwkUtils. getRequiredFields(KeyType keyType)voidJsonWebKey. setKeyType(KeyType keyType)
-