SecureBlackbox 2020 Java Edition

Questions / Feedback?

LoadFromStreams Method

Loads a keyring from two streams.

Syntax

public void loadFromStreams(java.io.InputStream publicKeyringStream, java.io.InputStream secretKeyringStream);

Remarks

Use this method to load a keyring (usually stored in two objects, public and secret) to the keyring object. If you only one keyring object/file, pass null as the second parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Java Edition - Version 20.0 [Build 8156]