AppendEncryptedSecurityData (Stringlist subroutine)
Add RC4 encrypted base64 data to a Stringlist (Stringlist class)
[Requires Janus Network Security]
This page is under construction.
Syntax
sl:AppendEncryptedSecurityData( sl, [Password=] string, - [[Identifier=] string])
Syntax terms
sl | A Stringlist object to contain the encrypted, base64 data. |
---|---|
sl | A Stringlist object that contains unencrypted, base64 data. |
Password | This name allowed parameter is a string that contains a password (encryption key) to seed the RC4 algorithm. This value must be at least five characters long. |
Identifier | This optional, name allowed, parameter is a string that is part of a data-identifying text at the beginning and end of the base64 data to be encrypted. The text is in the form -----BEGIN string----- and -----END string----- , where the default for string is RSA PRIVATE KEY . Some other string replacements, for example, include X509 CERTIFICATE , and X509 CRL .
This is a case-sensitive, value; if it does not match the first and last items of data within sl, no data is returned to the method object, sl. |
Usage notes
Examples
See also
- AppendCertificateInfo
- AppendCertificateRequest
- AppendCertificateRequestInfo
- AppendClientCertificateRequest
- AppendGeneratedPrivateKey
- AppendPrivateKeyInfo
- AppendSignedCertificate
- AppendSignedClientCertificate
- CheckCertificate
- CheckCertificateRequest
- DER-to-XmlDoc String methods