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

    Class EncryptedKey

    Encrypted key providing secure storage of symmetric keys.

    Use lock() to encrypt a content key with a password or secret, and unlock() to decrypt it.

    Implements

    • CborTaggedEncodable
    • CborTaggedDecodable<EncryptedKey>
    • UREncodable
    Index

    Methods

    • Check if this uses SSH Agent for key derivation.

      Note: SSH Agent key derivation is not yet functional in TypeScript. This method is useful for detecting envelopes locked by other implementations (e.g., Rust).

      Returns boolean