package javax.baja.security; public interface DigestFactory { byte[] getNonce(); byte[] makeDigest(String str, String str2); }