use of iso.std.iso_iec._24727.tech.schema.HashResponse in project open-ecard by ecsec.
the class GenericCryptographyProtocolTest method testHash.
@Test(enabled = TESTS_ENABLED)
public void testHash() {
// TODO write test as soon as implemented
HashResponse resp = instance.hash(new Hash());
assertEquals(resp.getResult().getResultMajor(), ECardConstants.Major.ERROR);
}
Aggregations