次のような単純なXMLドキュメント(doc.xml)があるとします。
<?xml version="1.0" encoding="UTF-8"?>
<Envelope xmlns="http://www.someexample.com/examples">
<Salutation Id="test">
Welcome!
</Salutation>
</Envelope>
そして証明書ファイル:test.p12
http://www.w3.org/2000/09/xmldsig#に従ってXMLドキュメントにデジタル署名するOracle9iPL/SQLを使用してソリューションを作成する方法
デジタル署名フォーム(例:エンベロープ)とメソッド(例:RSAwithSHA1)の例は素晴らしいでしょう。