Class PbesHmacAesWrapKeyEncryptionAlgorithm

java.lang.Object
org.apache.cxf.rs.security.jose.jwe.PbesHmacAesWrapKeyEncryptionAlgorithm
All Implemented Interfaces:
KeyEncryptionProvider

public class PbesHmacAesWrapKeyEncryptionAlgorithm extends Object implements KeyEncryptionProvider
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • 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)
  • Method Details