Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Class SSHAgentParams

    SSH Agent parameters for key derivation.

    This method uses an SSH agent daemon to derive encryption keys. The agent signs a challenge derived from the salt using the specified SSH key identity, and the signature is used to derive the encryption key.

    Note: SSH agent communication requires platform-specific support and may not be available in all JavaScript environments. The lock/unlock methods will throw an error if SSH agent support is not available.

    Implements

    Index

    Properties

    INDEX: SSHAgent = KeyDerivationMethod.SSHAgent

    Methods