circu.js
    Preparing search index...

    Interface RsaKeyPair

    RSA key pair

    interface RsaKeyPair {
        privateKey: ArrayBuffer;
        publicKey: ArrayBuffer;
    }
    Index

    Properties

    privateKey: ArrayBuffer

    Private key in PEM format

    publicKey: ArrayBuffer

    Public key in PEM format