Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce
Interface PBKDFKey

All Superinterfaces:
java.security.Key, javax.crypto.SecretKey, java.io.Serializable
All Known Implementing Classes:
PBKDF1Key, PBKDF2Key, PKCS12Key

public interface PBKDFKey
extends javax.crypto.SecretKey

Base interface for keys associated with various password based key derivation functions (PBKDF).


Fields inherited from interface java.security.Key
serialVersionUID
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 


Bouncy Castle Cryptography Library 1.77.0