Canonicalization method algorithm |
Canonicalizes the <SignedInfo> element before
the information is digested as part of the signature operation. Use
the same algorithm on the client response receiver. The algorithm
selected for the server response sender configuration must match the
algorithm selected in the client response receiver configuration. |
Digest method algorithm |
Applies to the data after transforms are applied,
if specified, to yield the <DigestValue> element. Signing the <DigestValue>
element binds resource content to the signer key. The algorithm selected
for the server response sender configuration must match the algorithm
selected in the client response receiver configuration. |
Signature method algorithm |
Converts the canonicalized <SignedInfo> element
into the <SignatureValue> element. The algorithm selected for the
server response sender configuration must match the algorithm selected
in the client response receiver configuration. |
Signing key name |
Represents the key entry associated with the
signing key locator. The key entry refers to an alias of the key,
which is found in the key store and is used to sign the request. |
Signing key locator |
Represents a reference to a key locator implementation
class that locates the correct key store where the alias and certificate
exists. For more information on configuring
key locators, see any of the following files:For more information
on configuring key locators, see the following file:
|