jooby-codec
    Preparing search index...

    Interface IFromBytesOptions

    interface IFromBytesOptions {
        aesKey?: TBytes;
        readOnlyKey?: TBytes;
        readWriteKey?: TBytes;
        rootKey?: TBytes;
    }
    Index

    Properties

    aesKey?: TBytes
    readOnlyKey?: TBytes
    readWriteKey?: TBytes
    rootKey?: TBytes