in src/java/org/apache/fulcrum/jce/crypto/extended/CryptoStreamFactoryJ8Template.java [175:182]
public InputStream getSmartInputStream(InputStream is)
throws GeneralSecurityException, IOException
{
return this.getSmartInputStream(
is,
PasswordFactory.getInstance("SHA-256").create()
);
}