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

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

The newest version!
package com.wxmlabs.aurora;

public interface DigestSigner extends Signer {
    byte[] sign(byte[] plaintext, DigestAlgorithm digestAlgorithm);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy