SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

ImportFromStream Method

Loads a certificate from a stream.

Syntax

public fun importFromStream(certStream: InputStream?, password: String?)

Remarks

This method can load certificates saved in one of the following formats: DER, PEM, PFX, SPC.

Use the CertStream parameter to provide a stream containing the certificate data, and Password to specify the password. The Password parameter is optional. If it is omitted and it is later discovered that the certificate is password-encrypted, the PasswordNeeded event will be fired to request it.

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