Uses of Interface
org.apache.cxf.rt.security.rs.PrivateKeyPasswordProvider
-
Packages that use PrivateKeyPasswordProvider Package Description org.apache.cxf.rs.security.jose.common org.apache.cxf.rs.security.jose.jwk -
-
Uses of PrivateKeyPasswordProvider in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common that return PrivateKeyPasswordProvider Modifier and Type Method Description static PrivateKeyPasswordProviderKeyManagementUtils. loadPasswordProvider(Message m, Properties props, KeyOperation keyOper) -
Uses of PrivateKeyPasswordProvider in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type PrivateKeyPasswordProvider Modifier and Type Method Description static List<JsonWebKey>JwkUtils. loadJsonWebKeys(Message m, Properties props, KeyOperation keyOper, PrivateKeyPasswordProvider cb)static JsonWebKeysJwkUtils. loadJwkSet(Properties props, Bus bus, PrivateKeyPasswordProvider cb)static JsonWebKeysJwkUtils. loadJwkSet(Message m, Properties props, PrivateKeyPasswordProvider cb)
-