@rvoh/dream
    Preparing search index...

    Interface EncryptOptions

    interface EncryptOptions {
        algorithm: EncryptAESAlgorithm;
        key: string;
    }

    Hierarchy

    • BaseOptions
      • EncryptOptions
    Index

    Properties

    Properties

    algorithm: EncryptAESAlgorithm
    key: string