Uses of Enum Class
org.apache.cxf.rs.security.jose.jwk.KeyOperation
Packages that use KeyOperation
-
Uses of KeyOperation in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common with parameters of type KeyOperationModifier and TypeMethodDescriptionstatic StringKeyManagementUtils.getKeyId(org.apache.cxf.message.Message m, Properties props, String preferredPropertyName, KeyOperation keyOper) static org.apache.cxf.rt.security.rs.PrivateKeyPasswordProviderKeyManagementUtils.loadPasswordProvider(org.apache.cxf.message.Message m, Properties props, KeyOperation keyOper) static PrivateKeyKeyManagementUtils.loadPrivateKey(org.apache.cxf.message.Message m, String keyStoreLocPropPreferred, String keyStoreLocPropDefault, KeyOperation keyOper) static PrivateKeyKeyManagementUtils.loadPrivateKey(org.apache.cxf.message.Message m, String keyStoreLocProp, KeyOperation keyOper) static PrivateKeyKeyManagementUtils.loadPrivateKey(org.apache.cxf.message.Message m, Properties props, X509Certificate inCert, KeyOperation keyOper) static PrivateKeyKeyManagementUtils.loadPrivateKey(org.apache.cxf.message.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 KeyOperationModifier and TypeMethodDescriptionstatic KeyOperationKeyOperation.getKeyOperation(String oper) static KeyOperationReturns the enum constant of this class with the specified name.static KeyOperation[]KeyOperation.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 that return types with arguments of type KeyOperationMethods in org.apache.cxf.rs.security.jose.jwk with parameters of type KeyOperationModifier and TypeMethodDescriptionstatic JsonWebKeyJwkUtils.loadJsonWebKey(org.apache.cxf.message.Message m, Properties props, KeyOperation keyOper) static JsonWebKeyJwkUtils.loadJsonWebKey(org.apache.cxf.message.Message m, Properties props, KeyOperation keyOper, String inHeaderKid) static List<JsonWebKey>JwkUtils.loadJsonWebKeys(org.apache.cxf.message.Message m, Properties props, KeyOperation keyOper) static List<JsonWebKey>JwkUtils.loadJsonWebKeys(org.apache.cxf.message.Message m, Properties props, KeyOperation keyOper, org.apache.cxf.rt.security.rs.PrivateKeyPasswordProvider cb) Method parameters in org.apache.cxf.rs.security.jose.jwk with type arguments of type KeyOperationModifier and TypeMethodDescriptionvoidJsonWebKey.setKeyOperation(List<KeyOperation> keyOperation)