in src/java/org/apache/fulcrum/jce/crypto/CryptoUtil.java [55:61]
public synchronized static CryptoUtil getInstance() {
if (CryptoUtil.instance == null) {
CryptoUtil.instance = new CryptoUtil();
}
return CryptoUtil.instance;
}