Class PbesHmacAesWrapKeyDecryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.PbesHmacAesWrapKeyDecryptionAlgorithm
- All Implemented Interfaces:
KeyDecryptionProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password) PbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password, KeyAlgorithm algo, boolean hashLargePasswords) PbesHmacAesWrapKeyDecryptionAlgorithm(char[] password) PbesHmacAesWrapKeyDecryptionAlgorithm(char[] password, KeyAlgorithm algo, boolean hashLargePasswords) PbesHmacAesWrapKeyDecryptionAlgorithm(String password) PbesHmacAesWrapKeyDecryptionAlgorithm(String password, KeyAlgorithm algo, boolean hashLargePasswords) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
-
Constructor Details
-
PbesHmacAesWrapKeyDecryptionAlgorithm
-
PbesHmacAesWrapKeyDecryptionAlgorithm
public PbesHmacAesWrapKeyDecryptionAlgorithm(String password, KeyAlgorithm algo, boolean hashLargePasswords) -
PbesHmacAesWrapKeyDecryptionAlgorithm
public PbesHmacAesWrapKeyDecryptionAlgorithm(char[] password) -
PbesHmacAesWrapKeyDecryptionAlgorithm
public PbesHmacAesWrapKeyDecryptionAlgorithm(char[] password, KeyAlgorithm algo, boolean hashLargePasswords) -
PbesHmacAesWrapKeyDecryptionAlgorithm
public PbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password) -
PbesHmacAesWrapKeyDecryptionAlgorithm
public PbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password, KeyAlgorithm algo, boolean hashLargePasswords)
-
-
Method Details
-
getDecryptedContentEncryptionKey
- Specified by:
getDecryptedContentEncryptionKeyin interfaceKeyDecryptionProvider
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKeyDecryptionProvider
-