Uses of Class
org.h2.security.SHA256

Packages that use SHA256
org.h2.security Security classes, such as encryption and cryptographically secure hash algorithms. 
 

Uses of SHA256 in org.h2.security
 

Methods in org.h2.security that return SHA256
static SHA256 CipherFactory.getHash(java.lang.String algorithm)
          Get a new cryptographic hash object for the given algorithm.