org.apache.cxf.rs.security.jose.jwe
Class PbesHmacAesWrapKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.PbesHmacAesWrapKeyEncryptionAlgorithm
- All Implemented Interfaces:
- KeyEncryptionProvider
public class PbesHmacAesWrapKeyEncryptionAlgorithm
- extends Object
- implements KeyEncryptionProvider
|
Constructor Summary |
PbesHmacAesWrapKeyEncryptionAlgorithm(byte[] password,
int pbesCount,
KeyAlgorithm keyAlgoJwt,
boolean hashLargePasswords)
|
PbesHmacAesWrapKeyEncryptionAlgorithm(byte[] password,
KeyAlgorithm keyAlgoJwt)
|
PbesHmacAesWrapKeyEncryptionAlgorithm(char[] password,
int pbesCount,
KeyAlgorithm keyAlgoJwt,
boolean hashLargePasswords)
|
PbesHmacAesWrapKeyEncryptionAlgorithm(char[] password,
KeyAlgorithm keyAlgoJwt)
|
PbesHmacAesWrapKeyEncryptionAlgorithm(String password,
int pbesCount,
KeyAlgorithm keyAlgoJwt,
boolean hashLargePasswords)
|
PbesHmacAesWrapKeyEncryptionAlgorithm(String password,
KeyAlgorithm keyAlgoJwt)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
PbesHmacAesWrapKeyEncryptionAlgorithm
public PbesHmacAesWrapKeyEncryptionAlgorithm(String password,
KeyAlgorithm keyAlgoJwt)
PbesHmacAesWrapKeyEncryptionAlgorithm
public PbesHmacAesWrapKeyEncryptionAlgorithm(String password,
int pbesCount,
KeyAlgorithm keyAlgoJwt,
boolean hashLargePasswords)
PbesHmacAesWrapKeyEncryptionAlgorithm
public PbesHmacAesWrapKeyEncryptionAlgorithm(char[] password,
KeyAlgorithm keyAlgoJwt)
PbesHmacAesWrapKeyEncryptionAlgorithm
public PbesHmacAesWrapKeyEncryptionAlgorithm(char[] password,
int pbesCount,
KeyAlgorithm keyAlgoJwt,
boolean hashLargePasswords)
PbesHmacAesWrapKeyEncryptionAlgorithm
public PbesHmacAesWrapKeyEncryptionAlgorithm(byte[] password,
KeyAlgorithm keyAlgoJwt)
PbesHmacAesWrapKeyEncryptionAlgorithm
public PbesHmacAesWrapKeyEncryptionAlgorithm(byte[] password,
int pbesCount,
KeyAlgorithm keyAlgoJwt,
boolean hashLargePasswords)
getEncryptedContentEncryptionKey
public byte[] getEncryptedContentEncryptionKey(JweHeaders headers,
byte[] cek)
- Specified by:
getEncryptedContentEncryptionKey in interface KeyEncryptionProvider
getAlgorithm
public KeyAlgorithm getAlgorithm()
- Specified by:
getAlgorithm in interface KeyEncryptionProvider
Apache CXF