Discuss this help topic in SecureBlackbox Forum
Saves keyring to streams.
Declaration
Parameters
- APublic - stream to which the public keys from the keyring will be written. If this parameter is null/nil/Nothing, then only secret keys will be saved.
- ASecret - stream to which the private keys from the keyring will be written. If this parameter is null/nil/Nothing, then only public keys will be saved.
- Armor - True - keys will be armored into base64 representation before saving.
Default value is False
- PublicKeysFile - file to which the public keys from the keyring will be written. If this parameter is empty or null/nil/Nothing, then only secret keys will be saved.
- SecretKeysFile - file to which the private keys from the keyring will be written. If this parameter is empty or null/nil/Nothing, then only public keys will be saved.
Description
Use this method when you want to save the keys from the keyring to disk or other storage.
Discuss this help topic in SecureBlackbox Forum