Module crypto

Module crypto 

Source
Expand description

XML-DSIG crypto data structures used by the Secure Content Extension.

Structsยง

CanonicalizationMethod
XML canonicalization method, identified by an algorithm URI.
CertificateInfo
Parsed metadata from an X.509 certificate used for signing.
DigestMethod
Digest algorithm specification.
DigestValue
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.
RSAKeyValue
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#
SignatureMethod
Signature algorithm specification.
SignatureValue
Base64-encoded XML-DSIG signature value.
SignedInfo
XML-DSIG SignedInfo element containing the canonicalization algorithm, signature method, and references.
Transform
An XML transform applied to a reference before computing its digest.
X509Data
X.509 certificate container for signature verification.