Uses of Interface
org.apache.cxf.rs.security.jose.jwe.AuthenticationTagProducer
-
Packages that use AuthenticationTagProducer Package Description org.apache.cxf.rs.security.jose.jwe -
-
Uses of AuthenticationTagProducer in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return AuthenticationTagProducer Modifier and Type Method Description protected AuthenticationTagProducerAbstractJweEncryption. getAuthenticationTagProducer(AbstractJweEncryption.JweEncryptionInternal state)protected AuthenticationTagProducerAesCbcHmacJweEncryption. getAuthenticationTagProducer(AbstractJweEncryption.JweEncryptionInternal state)AuthenticationTagProducerJweEncryptionOutput. getAuthTagProducer()Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type AuthenticationTagProducer Constructor Description JweEncryptionOutput(Cipher cipher, JweHeaders headers, byte[] encryptedContentEncryptionKey, byte[] iv, AuthenticationTagProducer authTagProducer, KeyProperties keyProps, byte[] encryptedContent, byte[] authTag)JweOutputStream(OutputStream out, Cipher encryptingCipher, AuthenticationTagProducer authTagProducer)
-