Interface SecretDecoder

    • Method Detail

      • decodeToPromise

        Promise<SecretBuilder,​NoSuchSecretException> decodeToPromise​(byte[] data)
        Decodes the raw data retrieved from a backend into a SecretBuilder for further processing.
        Parameters:
        data - the raw secret data.
        Returns:
        a promise of the decoded secret information.