jdk/test/javax/xml/crypto/dsig/data/signature-enveloping-rsa.xml
author xuelei
Thu, 18 Oct 2012 01:14:00 -0700
changeset 14194 971f46db533d
parent 2 90ce3da70b43
permissions -rw-r--r--
7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server Reviewed-by: mullan, weijun, wetmore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
  <SignedInfo>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
    <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
    <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    <Reference URI="#object">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
      <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
      <DigestValue>7/XTsHaBSOnJ/jXD5v0zL6VKYsk=</DigestValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
    </Reference>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
  </SignedInfo>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
  <SignatureValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
    ov3HOoPN0w71N3DdGNhN+dSzQm6NJFUB5qGKRp9Q986nVzMb8wCIVxCQu+x3vMtq
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
    p4/R3KEcPtEJSaoR+thGq++GPIh2mZXyWJs3xHy9P4xmoTVwli7/l7s8ebDSmnbZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
    7xZU4Iy1BSMZSxGKnRG+Z/0GJIfTz8jhH6wCe3l03L4=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
  </SignatureValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
  <KeyInfo>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
    <KeyValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
      <RSAKeyValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
        <Modulus>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
          q07hpxA5DGFfvJFZueFl/LI85XxQxrvqgVugL25V090A9MrlLBg5PmAsxFTe+G6a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
          xvWJQwYOVHj/nuiCnNLa9a7uAtPFiTtW+v5H3wlLaY3ws4atRBNOQlYkIBp38sTf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
          QBkk4i8PEU1GQ2M0CLIJq4/2Akfv1wxzSQ9+8oWkArc=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
        </Modulus>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
        <Exponent>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
          AQAB
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
        </Exponent>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
      </RSAKeyValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
    </KeyValue>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
  </KeyInfo>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
  <Object Id="object">some text</Object>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
</Signature>