ic-reactor
    Preparing search index...

    Interface PublicKey

    A Public Key implementation.

    interface PublicKey {
        rawKey?: Uint8Array<ArrayBufferLike>;
        derKey?: utils.agent.DerEncodedPublicKey;
        toDer(): utils.agent.DerEncodedPublicKey;
        toRaw(): Uint8Array;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    rawKey?: Uint8Array<ArrayBufferLike>

    Methods