/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.jcajce;

import javax.crypto.SecretKey;

/**
 * Base interface for keys associated with various password based key derivation functions (PBKDF).
 * @hide This class is not part of the Android public SDK API
 */
public interface PBKDFKey
    extends SecretKey
{
}
