minigame-std
    Preparing search index...

    Interface RSAPublicKey

    The RSA public key.

    interface RSAPublicKey {
        encrypt(data: DataSource): Promise<ArrayBuffer>;
        encryptToString(data: DataSource): Promise<string>;
    }
    Index

    Methods