@wireapp/core-crypto
    Preparing search index...

    Interface KeypackageInterface

    A signed object describing a client's identity and capabilities.

    Includes a public key that can be used to encrypt to that client. Other clients can use a client's KeyPackage to introduce that client to a new group.

    interface KeypackageInterface {
        ref(): KeypackageRefInterface;
        serialize(): ArrayBuffer;
    }

    Implemented by

    Index

    Methods

    Methods

    • Serialize this to a byte vector.

      Returns ArrayBuffer