XCMS Toolkit Generated Type
DigestInfo
ASN.1 type DigestInfo is defined as:
DigestInfo ::= SEQUENCE {
hashAlgorithm DigestAlgorithmIdentifier,
digest Digest
}
Type DigestInfo references the following types:
DigestAlgorithmIdentifier ::= SEQUENCE {
algorithm ALGORITHM.&id({DigestAlgorithms}),
parameters ALGORITHM.&Type({DigestAlgorithms}{@algorithm}) OPTIONAL
}
Digest ::= OCTET STRING