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

    Enumeration XIDPrivateKeyOptions

    Options for handling private keys in envelopes.

    Index

    Enumeration Members

    Enumeration Members

    Omit: "Omit"

    Omit the private key from the envelope (default).

    Include: "Include"

    Include the private key in plaintext (with salt for decorrelation).

    Elide: "Elide"

    Include the private key assertion but elide it (maintains digest tree).

    Encrypt: "Encrypt"

    Include the private key encrypted with a password.