All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cosmian.jna.findex.structs.ChainTableValue Maven / Gradle / Ivy

package com.cosmian.jna.findex.structs;

import com.cosmian.jna.findex.serde.Leb128ByteArray;

/**
 * An chain table value holds the encrypted content of an {@link IndexedValue} in the Chain table
 */
public class ChainTableValue extends Leb128ByteArray {

    public ChainTableValue() {
        super();
    }

    public ChainTableValue(byte[] bytes) {
        super(bytes);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy