Package org.bouncycastle.jcajce
Interface PBKDFKey
-
- All Superinterfaces:
javax.security.auth.Destroyable
,java.security.Key
,javax.crypto.SecretKey
,java.io.Serializable
- All Known Implementing Classes:
PBKDF1Key
,PBKDF1KeyWithParameters
,PBKDF2Key
,PBKDF2KeyWithParameters
,PKCS12Key
,PKCS12KeyWithParameters
public interface PBKDFKey extends javax.crypto.SecretKey
Base interface for keys associated with various password based key derivation functions (PBKDF).