<optionvalue="A128CBC+HS256"<%=userInfoEncryptedResponseEnc =="A128CBC+HS256"?'selected':''%>>Composite Authenticated Encryption algorithm using AES in Cipher Block Chaining (CBC) mode with PKCS #5 padding with an integrity calculation using HMAC SHA-256, using a 256 bit CMK (and 128 bit CEK)</option>
<optionvalue="A256CBC+HS512"<%=userInfoEncryptedResponseEnc =="A256CBC+HS512"?'selected':''%>>Composite Authenticated Encryption algorithm using AES in CBC mode with PKCS #5 padding with an integrity calculation using HMAC SHA-512, using a 512 bit CMK (and 256 bit CEK)</option>
<optionvalue="A128GCM"<%=userInfoEncryptedResponseEnc =="A128GCM"?'selected':''%>>AES GCM using 128 bit keys</option>
@ -540,6 +542,7 @@
<divclass="controls">
<select>
<!-- TODO: this should be filled out by the server, perhaps? -->
<optionvalue="RSA-OAEP"<%=idTokenEncryptedResponseAlg =="RSA-OAEP"?'selected':''%>>RSAES using Optimal Asymmetric Encryption Padding (OAEP)</option>
<optionvalue="A128KW"<%=idTokenEncryptedResponseAlg =="A128KW"?'selected':''%>>Advanced Encryption Standard (AES) Key Wrap Algorithm using 128 bit keys </option>
@ -557,6 +560,7 @@
<divclass="controls">
<select>
<!-- TODO: this should be filled out by the server, perhaps? -->
<optionvalue="A128CBC+HS256"<%=idTokenEncryptedResponseEnc =="A128CBC+HS256"?'selected':''%>>Composite Authenticated Encryption algorithm using AES in Cipher Block Chaining (CBC) mode with PKCS #5 padding with an integrity calculation using HMAC SHA-256, using a 256 bit CMK (and 128 bit CEK)</option>
<optionvalue="A256CBC+HS512"<%=idTokenEncryptedResponseEnc =="A256CBC+HS512"?'selected':''%>>Composite Authenticated Encryption algorithm using AES in CBC mode with PKCS #5 padding with an integrity calculation using HMAC SHA-512, using a 512 bit CMK (and 256 bit CEK)</option>
<optionvalue="A128GCM"<%=idTokenEncryptedResponseEnc =="A128GCM"?'selected':''%>>AES GCM using 128 bit keys</option>