SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

LoadFromStreams Method

Loads a keyring from two streams.

Syntax

public fun loadFromStreams(publicKeyringStream: InputStream?, secretKeyringStream: InputStream?)

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 Kotlin Edition - Version 20.0 [Build 8063]