Example usage for org.apache.commons.codec.digest Crypt subclass-usage

List of usage examples for org.apache.commons.codec.digest Crypt subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.codec.digest Crypt subclass-usage.

Usage

From source file org.soulwing.crypt4j.DesCrypt.java

/**
 * A DES crypt implementation that simply delegates to the implementation
 * in Commons Codec.
 *
 * @author Carl Harris
 */