hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing device crypto functionality that extends ISGIDeviceCrypto.

    interface ISGRODeviceCrypto {
        Decrypt(
            EncryptedData: null | ISGROByteArray,
            encType: string,
        ): null | ISGROByteArray;
        Encrypt(
            input: null | ISGROByteArray,
            encType: string,
        ): null | ISGROByteArray;
    }

    Hierarchy (View Summary)

    Index

    Methods