com.distrimind.bouncycastle.jcajce.PBKDFKey Maven / Gradle / Ivy
package com.distrimind.bouncycastle.jcajce;
import javax.crypto.SecretKey;
/**
* Base interface for keys associated with various password based key derivation functions (PBKDF).
*/
public interface PBKDFKey
extends SecretKey
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy