Class PbesHmacAesWrapKeyEncryptionAlgorithm

    • Field Detail

      • LOG

        protected static final Logger LOG
    • Constructor Detail

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