Discuss this help topic in SecureBlackbox Forum
Loads the keyring from streams.
Declaration
Parameters
- APublic - stream that contains keyring with public keys. If this parameter is nil, only secret part will be loaded.
- ASecret - stream that contains keyring with secret keys. If this parameter is nil, only public part will be loaded.
- Clear - True - the keyring will be cleared before loading new keys.False - new keys will be added to the ones present.
- PublicKeysFile - file that contains keyring with public keys. If this parameter contains empty string, only secret part will be loaded.
- SecretKeysFile - file that contains keyring with secret keys. If this parameter contains empty string, only public part will be loaded.
Description
Use this method to load the keyring from disk or other storage.
Discuss this help topic in SecureBlackbox Forum