public InputStream getSmartInputStream()

in src/java/org/apache/fulcrum/jce/crypto/CryptoStreamFactoryTemplate.java [136:143]


    public InputStream getSmartInputStream(InputStream is)
        throws GeneralSecurityException, IOException
    {
        return this.getSmartInputStream(
            is,
            PasswordFactory.getInstance().create()
            );
    }