org.apache.fulcrum.jce.crypto
Interface CryptoParameters


public interface CryptoParameters

CryptoParameters used for encryption/decrytpion.

Author:
Siegfried Goeschl

Field Summary
static String ALGORITHM
          The crypto algorithm being used
static int COUNT
          Parameter for PBEParameterSpec
static byte[] SALT
          The password salt
 

Field Detail

COUNT

static final int COUNT
Parameter for PBEParameterSpec

See Also:
Constant Field Values

SALT

static final byte[] SALT
The password salt


ALGORITHM

static final String ALGORITHM
The crypto algorithm being used

See Also:
Constant Field Values


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.