github.com/crewjam/saml@v0.4.14/xmlenc/testdata/encrypt-data-aes128-cbc.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" MimeType="text/plain">
     3    <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc" />
     4    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
     5      <KeyName>job</KeyName>
     6    </KeyInfo>
     7    <CipherData>
     8      <CipherValue>
     9        QMpxhXq1DtBeyC9KfSaMQWrEtefe+e935gF/x62spvmL6IW0XeS0W4Kk31OgWzN0
    10      </CipherValue>
    11    </CipherData>
    12  </EncryptedData>