blob: ae3d2ebd99f2c0d0effd335b2ff5a0b5f3e0e0f2 [file] [log] [blame]
package org.bouncycastle.jcajce;
import javax.crypto.SecretKey;
/**
* Base interface for keys associated with various password based key derivation functions (PBKDF).
*/
public interface PBKDFKey
extends SecretKey
{
}