function Encode: TBytes;
Description
The Encode method encodes the information in the object into a PKCS #7 message.
PKCS #7 ASN.1 attribute syntax:
RScASSA-PSS-params ::= SEQUENCE {
hashAlgorithm [0] HashAlgorithm DEFAULT sha1,
maskGenerationAlgorithm [1] MaskGenAlgorithm DEFAULT mgf1SHA1,
saltLength [2] INTEGER DEFAULT 20,
trailerField [3] TrailerField DEFAULT trailerFieldBC
}
See Also