Uses of Class
org.apache.cxf.rs.security.jose.jws.JwsJsonSignatureEntry
-
Packages that use JwsJsonSignatureEntry Package Description org.apache.cxf.rs.security.jose.jws -
-
Uses of JwsJsonSignatureEntry in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JwsJsonSignatureEntry Modifier and Type Method Description protected JwsJsonSignatureEntryJwsJsonConsumer. getSignatureObject(Map<String,Object> signatureEntry)Methods in org.apache.cxf.rs.security.jose.jws that return types with arguments of type JwsJsonSignatureEntry Modifier and Type Method Description static Map<SignatureAlgorithm,List<JwsJsonSignatureEntry>>JwsUtils. getJwsJsonSignatureMap(List<JwsJsonSignatureEntry> signatures)List<JwsJsonSignatureEntry>JwsJsonConsumer. getSignatureEntries()List<JwsJsonSignatureEntry>JwsJsonProducer. getSignatureEntries()Map<SignatureAlgorithm,List<JwsJsonSignatureEntry>>JwsJsonConsumer. getSignatureEntryMap()List<JwsJsonSignatureEntry>JwsJsonConsumer. verifyAndGetNonValidated(List<JwsSignatureVerifier> validators)List<JwsJsonSignatureEntry>JwsJsonConsumer. verifyAndGetNonValidated(List<JwsSignatureVerifier> validators, Map<String,Object> entryProps)Method parameters in org.apache.cxf.rs.security.jose.jws with type arguments of type JwsJsonSignatureEntry Modifier and Type Method Description static Map<SignatureAlgorithm,List<JwsJsonSignatureEntry>>JwsUtils. getJwsJsonSignatureMap(List<JwsJsonSignatureEntry> signatures)
-