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

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

public interface JweEncryptionProvider


Method Summary
 JweEncryption createJweEncryption(String contentType)
           
 String encrypt(byte[] jweContent, String contentType)
           
 

Method Detail

encrypt

String encrypt(byte[] jweContent,
               String contentType)

createJweEncryption

JweEncryption createJweEncryption(String contentType)


Apache CXF