Class PbesHmacAesWrapKeyDecryptionAlgorithm

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

public class PbesHmacAesWrapKeyDecryptionAlgorithm extends Object implements KeyDecryptionProvider
  • Constructor Details

    • PbesHmacAesWrapKeyDecryptionAlgorithm

      public PbesHmacAesWrapKeyDecryptionAlgorithm(String password)
    • PbesHmacAesWrapKeyDecryptionAlgorithm

      public PbesHmacAesWrapKeyDecryptionAlgorithm(String password, int maxPbesCount)
    • 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)
    • PbesHmacAesWrapKeyDecryptionAlgorithm

      public PbesHmacAesWrapKeyDecryptionAlgorithm(byte[] password, KeyAlgorithm algo, boolean hashLargePasswords, int maxPbesCount)
  • Method Details