org.apache.cxf.rs.security.jose.jwe
Interface AuthenticationTagProducer


public interface AuthenticationTagProducer


Method Summary
 byte[] getTag()
           
 void update(byte[] cipher, int off, int len)
           
 

Method Detail

update

void update(byte[] cipher,
            int off,
            int len)

getTag

byte[] getTag()


Apache CXF