Class AesWrapKeyEncryptionAlgorithm

    • Constructor Detail

      • AesWrapKeyEncryptionAlgorithm

        public AesWrapKeyEncryptionAlgorithm​(String encodedKey,
                                             KeyAlgorithm keyAlgoJwt)
      • AesWrapKeyEncryptionAlgorithm

        public AesWrapKeyEncryptionAlgorithm​(byte[] keyBytes,
                                             KeyAlgorithm keyAlgoJwt)
      • AesWrapKeyEncryptionAlgorithm

        public AesWrapKeyEncryptionAlgorithm​(SecretKey key,
                                             KeyAlgorithm keyAlgoJwt)