org.apache.cxf.rs.security.jose.jwe
Class PbesHmacAesWrapKeyDecryptionAlgorithm

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.PbesHmacAesWrapKeyDecryptionAlgorithm
All Implemented Interfaces:
KeyDecryptionAlgorithm

public class PbesHmacAesWrapKeyDecryptionAlgorithm
extends Object
implements KeyDecryptionAlgorithm


Constructor Summary
PbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password)
           
PbesHmacAesWrapKeyDecryptionAlgorithm(char[] password)
           
PbesHmacAesWrapKeyDecryptionAlgorithm(String password)
           
 
Method Summary
 byte[] getDecryptedContentEncryptionKey(JweCompactConsumer consumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PbesHmacAesWrapKeyDecryptionAlgorithm

public PbesHmacAesWrapKeyDecryptionAlgorithm(String password)

PbesHmacAesWrapKeyDecryptionAlgorithm

public PbesHmacAesWrapKeyDecryptionAlgorithm(char[] password)

PbesHmacAesWrapKeyDecryptionAlgorithm

public PbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password)
Method Detail

getDecryptedContentEncryptionKey

public byte[] getDecryptedContentEncryptionKey(JweCompactConsumer consumer)
Specified by:
getDecryptedContentEncryptionKey in interface KeyDecryptionAlgorithm


Apache CXF