Uses of Class
org.apache.cxf.rs.security.jose.jwe.JweEncryptionInput
-
Packages that use JweEncryptionInput Package Description org.apache.cxf.rs.security.jose.jwe -
-
Uses of JweEncryptionInput in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JweEncryptionInput Modifier and Type Method Description protected JweEncryptionInputJweJsonProducer. createEncryptionInput(JweHeaders jsonHeaders)Methods in org.apache.cxf.rs.security.jose.jwe with parameters of type JweEncryptionInput Modifier and Type Method Description JweEncryptionOutputAbstractJweEncryption. getEncryptionOutput(JweEncryptionInput jweInput)JweEncryptionOutputJweEncryptionProvider. getEncryptionOutput(JweEncryptionInput jweInput)Prepare JWE state for completing either JWE compact or JSON encryption
-