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

org.aktin.broker.query.xml.Signature Maven / Gradle / Ivy

package org.aktin.broker.query.xml;

import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlValue;

/**
 * Signature during query exchange
 * 
 * @author R.W.Majeed
 *
 */
public class Signature {

	/** Signature author */
	@XmlAttribute
	String from;
	
	/** Signature algorithm */
	@XmlAttribute
	String algorithm;
	
	@XmlValue
	byte[] value;
	
	// TODO add code to verify content
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy