Expand description
XML-DSIG crypto data structures used by the Secure Content Extension.
Structsยง
- Canonicalization
Method - XML canonicalization method, identified by an algorithm URI.
- Certificate
Info - Parsed metadata from an X.509 certificate used for signing.
- Digest
Method - Digest algorithm specification.
- Digest
Value - Base64-encoded digest value from an XML-DSIG reference.
- KeyInfo
- Key identification information for verifying or locating the signing key.
- KeyValue
- RSA or other asymmetric public key value embedded in a signature.
- RSAKey
Value - RSA public key parameters.
- Reference
- A single XML-DSIG reference pointing to a signed resource with its digest.
- Signature
- Represents an XML-DSIG Signature element. Namespace: http://www.w3.org/2000/09/xmldsig#
- Signature
Method - Signature algorithm specification.
- Signature
Value - Base64-encoded XML-DSIG signature value.
- Signed
Info - XML-DSIG
SignedInfoelement containing the canonicalization algorithm, signature method, and references. - Transform
- An XML transform applied to a reference before computing its digest.
- X509
Data - X.509 certificate container for signature verification.