Message Security Syntax Sample Clauses
Message Security Syntax. <MessageSecurity> <NonRepudiation> <Protocol>protocol</Protocol> <!--example: DigitalSignature--> <Version>version</Version> <!--version of protocol--> <HashFunction>function</HashFunction> <!--example: MD5, SHA1--> <EncryptionAlgorithm>algorithm </EncryptionAlgorithm> <!--Example: RC2 --> <SignatureAlgorithm>algorithm</SignatureAlgorithm> <!--Example: DSA--> <Certificate> <CertType>type</CertType> <!--Example: X.509V1, X.509V2--> <KeyLength>length_in_bits</KeyLength> <Party> <!--one for each party> <IssuerOrgName>name</IssuerOrgName> <!--Example: VeriSign, Inc.--> <IssuerCertSource>url</IssuerCertSource> <!--URL of certificate--> </Party> </Certificate> </NonRepudiation> <DigitalEnvelope> <Protocol>DigitalEnvelope</Protocol> <Version>version</Version> <EncryptionAlgorithm>algor</EncryptionAlgorithm> <!--example: RC4--> <Certificate> <CertType>type</CertType> <!--Example: X.509V3--> <KeyLength>length_in_bits</KeyLength> <!example: 512--> <Party> <!--one for each party> <OrgName Partyname=name/>
