SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

SSHKeyManager Component

Properties   Methods   Events   Configuration Settings   Errors  

The SSHKeyManager component stores information about SSH keys.

Syntax

SecureBlackboxLite.Sshkeymanager

Remarks

SSHKeyManager provides the capabilities of generating, storing, importing, and exporting SSH keys.

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for further details.

CertificateA container for the certificate object.
CryptoKeyThe key object that the manager is currently working with.
KeyThe key which is currently being processed.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for further details.

configSets or retrieves a configuration setting.
exportBytesWrites the key to a memory buffer.
exportToCertExports the key to a certificate.
exportToCryptoKeyExports the key to a crypto key object.
exportToFileWrites key to file.
exportToStreamWrites the key to a stream.
generateGenerates a new SSH key.
getKeyParamReturns an algorithm-specific key parameter.
getKeyParamStrReturns an algorithm-specific key parameter to a string.
importBytesLoads key from buffer.
importFromCertLoads a key from a certificate.
importFromCryptoKeyImports a key from a crypto key.
importFromFileLoads key from file.
importFromStreamLoads key from stream.
setKeyParamSets an algorithm-specific key parameter.
setKeyParamStrSets an algorithm-specific key parameter.

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.

ErrorInformation about errors during SSH key management.
NotificationThis event notifies the application about an underlying control flow event.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.

TempPathPath for storing temporary files.

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