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

com.jd.blockchain.crypto.binaryproto.adapter.HashDigestConverter Maven / Gradle / Ivy

The newest version!
package com.jd.blockchain.crypto.binaryproto.adapter;

import com.jd.blockchain.crypto.Crypto;
import com.jd.blockchain.crypto.HashDigest;

public class HashDigestConverter extends CryptoBytesConverter {

	@Override
	public HashDigest instanceFrom(byte[] bytes) {
		return Crypto.resolveAsHashDigest(bytes);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy