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

com.wxmlabs.aurora.Verifier Maven / Gradle / Ivy

The newest version!
package com.wxmlabs.aurora;

public interface Verifier {
    boolean verify(byte[] plaintext, byte[] signature);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy