Uses of Class
org.apache.cxf.rs.security.jose.jwe.AesCbcHmacJweEncryption.MacState
Packages that use AesCbcHmacJweEncryption.MacState
-
Uses of AesCbcHmacJweEncryption.MacState in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return AesCbcHmacJweEncryption.MacStateModifier and TypeMethodDescriptionprotected static AesCbcHmacJweEncryption.MacStateAesCbcHmacJweEncryption.getInitializedMacState(byte[] secretKey, byte[] theIv, byte[] extraAad, JweHeaders theHeaders, String protectedHeadersJson) Methods in org.apache.cxf.rs.security.jose.jwe with parameters of type AesCbcHmacJweEncryption.MacStateModifier and TypeMethodDescriptionprotected static byte[]AesCbcHmacJweEncryption.signAndGetTag(AesCbcHmacJweEncryption.MacState macState)