Uses of Class
org.apache.cxf.rs.security.jose.jwk.KeyOperation
-
Packages that use KeyOperation Package Description org.apache.cxf.rs.security.jose.common org.apache.cxf.rs.security.jose.jwk -
-
Uses of KeyOperation in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common with parameters of type KeyOperation Modifier and Type Method Description static StringKeyManagementUtils. getKeyId(Message m, Properties props, String preferredPropertyName, KeyOperation keyOper)static PrivateKeyPasswordProviderKeyManagementUtils. loadPasswordProvider(Message m, Properties props, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, String keyStoreLocPropPreferred, String keyStoreLocPropDefault, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, String keyStoreLocProp, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, Properties props, X509Certificate inCert, KeyOperation keyOper)static PrivateKeyKeyManagementUtils. loadPrivateKey(Message m, Properties props, KeyOperation keyOper) -
Uses of KeyOperation in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk that return KeyOperation Modifier and Type Method Description static KeyOperationKeyOperation. getKeyOperation(String oper)static KeyOperationKeyOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyOperation[]KeyOperation. 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 KeyOperation Modifier and Type Method Description List<KeyOperation>JsonWebKey. getKeyOperation()Map<KeyOperation,List<JsonWebKey>>JsonWebKeys. getKeyOperationMap()Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type KeyOperation Modifier and Type Method Description static JsonWebKeyJwkUtils. loadJsonWebKey(Message m, Properties props, KeyOperation keyOper)static JsonWebKeyJwkUtils. loadJsonWebKey(Message m, Properties props, KeyOperation keyOper, String inHeaderKid)static List<JsonWebKey>JwkUtils. loadJsonWebKeys(Message m, Properties props, KeyOperation keyOper)static List<JsonWebKey>JwkUtils. loadJsonWebKeys(Message m, Properties props, KeyOperation keyOper, PrivateKeyPasswordProvider cb)Method parameters in org.apache.cxf.rs.security.jose.jwk with type arguments of type KeyOperation Modifier and Type Method Description voidJsonWebKey. setKeyOperation(List<KeyOperation> keyOperation)
-