Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface ExternalKeyPairFunctionsSupportsEncryption

    External key pairs allow arbitrary external keying mechanisms (such as PKCS#11) to be used to back accounts

    interface ExternalKeyPairFunctionsSupportsEncryption {
        decrypt: decryptFunctionType;
        encrypt?: encryptFunctionType;
        sign: signFunctionType;
        supportsEncryption: true;
        verify?: verifyFunctionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    supportsEncryption: true