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

    Class PublicKeys

    PublicKeys - Container for a signing public key and an encapsulation public key.

    This type provides a convenient way to share public keys for both signature verification and encryption operations.

    Implements

    Index

    Methods

    • Returns the CBOR tags associated with PublicKeys.

      Returns Tag[]

    • Returns the untagged CBOR encoding.

      Format: [, ]

      Returns Cbor

    • Returns the tagged value in CBOR binary representation.

      Returns Uint8Array