Uses of Class
org.apache.cxf.rs.security.jose.jwe.JweJsonEncryptionEntry

Packages that use JweJsonEncryptionEntry
org.apache.cxf.rs.security.jose.jwe   
 

Uses of JweJsonEncryptionEntry in org.apache.cxf.rs.security.jose.jwe
 

Methods in org.apache.cxf.rs.security.jose.jwe that return JweJsonEncryptionEntry
protected  JweJsonEncryptionEntry JweJsonConsumer.getEncryptionObject(Map<String,Object> encryptionEntry)
           
 

Methods in org.apache.cxf.rs.security.jose.jwe that return types with arguments of type JweJsonEncryptionEntry
 List<JweJsonEncryptionEntry> JweJsonConsumer.getRecipients()
           
 Map<JweJsonEncryptionEntry,JweHeaders> JweJsonConsumer.getRecipientsMap()
           
 

Methods in org.apache.cxf.rs.security.jose.jwe with parameters of type JweJsonEncryptionEntry
 JweDecryptionOutput JweJsonConsumer.decryptWith(JweDecryptionProvider jwe, JweJsonEncryptionEntry entry)
           
 



Apache CXF