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