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

    Class PrivateKeys

    PrivateKeys - Container for a signing key and an encapsulation key.

    This type provides a convenient way to manage a pair of private keys for both signing and encryption operations.

    Implements

    Index

    Methods

    • Returns the CBOR tags associated with PrivateKeys.

      Returns Tag[]

    • Returns the untagged CBOR encoding.

      Format: [, ]

      Returns Cbor

    • Returns the tagged value in CBOR binary representation.

      Returns Uint8Array