SecureBlackbox 2020 Android Edition

Questions / Feedback?

Key Property

Contains the client's SSH key.

Syntax

public SSHKey getKey();
public void setKey(SSHKey key);

Remarks

Use this property to provide the client's SSH key for authentication. Note that you may start with providing the public part of the key, and only complete it with the private part in response to PrivateKeyNeeded event.

Alternative, you may load the private key straightaway.

This property is not available at design time.

Default Value

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