/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.8
examples/encrypt1-tmpl.xml
13 строк
426 B
Aleksey Sanin
renamed example files
31 мар 2003, 07:57
31 мар 2003, 07:57
3443cc2
Код
Авторство
О чём код?
<?xml version="1.0"?> <!-- XML Security Library example: Simple encryption template file for encrypt1 example. --> <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#"> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <KeyName/> </KeyInfo> <CipherData> <CipherValue></CipherValue> </CipherData> </EncryptedData>