Generated by
JDiff

Class com.itextpdf.signatures.DigestAlgorithms

Removed Methods
byte[]  digest( InputStream, String , String ) Creates a hash using a specific digest algorithm and a provider.
 

Added Methods
byte[]  digest( InputStream, String , String ) Creates a hash using a specific digest algorithm and a provider.
 

Changed Methods
MessageDigest  getMessageDigest( String, String ) Documentation changed from old to new.
Creates a MessageDigest object that can be used to create a hash.
MessageDigest  getMessageDigestFromOid( String, String ) Documentation changed from old to new.
Get a digest algorithm.
byte[]  digest( InputStream, MessageDigest ) Change in exceptions thrown from (java.security.GeneralSecurityException, java.io.IOException) to java.io.IOException.
Documentation changed from old to new.
Create a digest based on the inputstream.