Uses of Interface
org.apache.cxf.rs.security.jose.jwe.ContentDecryptionProvider
Packages that use ContentDecryptionProvider
-
Uses of ContentDecryptionProvider in org.apache.cxf.rs.security.jose.jwe
Classes in org.apache.cxf.rs.security.jose.jwe that implement ContentDecryptionProviderMethods in org.apache.cxf.rs.security.jose.jwe that return ContentDecryptionProviderModifier and TypeMethodDescriptionstatic ContentDecryptionProviderJweUtils.getContentDecryptionProvider(ContentAlgorithm algorithm) Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type ContentDecryptionProviderModifierConstructorDescriptionprotectedAbstractJweDecryption(KeyDecryptionProvider keyDecryptionAlgo, ContentDecryptionProvider contentDecryptionAlgo) DirectKeyJweDecryption(byte[] key, ContentDecryptionProvider ctAlgo) DirectKeyJweDecryption(String encodedKey, ContentDecryptionProvider ctAlgo) JweDecryption(KeyDecryptionProvider keyDecryptionAlgo, ContentDecryptionProvider cipherProps)