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

All Known Implementing Classes:
AbstractJweEncryption, AesCbcHmacJweEncryption, DirectKeyJweEncryption, WrappedKeyJweEncryption

public interface JweEncryptionProvider


Method Summary
 JweEncryptionState createJweEncryptionState(String contentType)
           
 String encrypt(byte[] jweContent, String contentType)
           
 

Method Detail

encrypt

String encrypt(byte[] jweContent,
               String contentType)

createJweEncryptionState

JweEncryptionState createJweEncryptionState(String contentType)


Apache CXF