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

All Known Subinterfaces:
JweDecryptionProvider, JweEncryptionProvider
All Known Implementing Classes:
AbstractJweDecryption, AbstractJweEncryption, AesCbcHmacJweDecryption, AesCbcHmacJweEncryption, DirectKeyJweDecryption, DirectKeyJweEncryption, EcdhDirectKeyJweDecryption, EcdhDirectKeyJweEncryption, WrappedKeyJweDecryption, WrappedKeyJweEncryption

public interface JweKeyProperties


Method Summary
 String getContentAlgorithm()
           
 String getKeyAlgorithm()
           
 

Method Detail

getKeyAlgorithm

String getKeyAlgorithm()

getContentAlgorithm

String getContentAlgorithm()


Apache CXF