@microsoft/ccf-app
    Preparing search index...

    Interface CryptoKeyPair

    interface CryptoKeyPair {
        privateKey: string;
        publicKey: string;
    }
    Index

    Properties

    privateKey: string

    Private key in PEM encoding.

    publicKey: string

    Public key in PEM encoding.