Class PBKDF2SecretKey

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Key, javax.crypto.interfaces.PBEKey, javax.crypto.SecretKey, javax.security.auth.Destroyable

    public class PBKDF2SecretKey
    extends java.lang.Object
    implements javax.crypto.interfaces.PBEKey
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface javax.crypto.interfaces.PBEKey

        serialVersionUID
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
        Specified by:
        getAlgorithm in interface java.security.Key
      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in interface java.security.Key
      • getEncoded

        public byte[] getEncoded()
        Specified by:
        getEncoded in interface java.security.Key
      • getIterationCount

        public int getIterationCount()
        Specified by:
        getIterationCount in interface javax.crypto.interfaces.PBEKey
      • getPassword

        public char[] getPassword()
        Specified by:
        getPassword in interface javax.crypto.interfaces.PBEKey
      • getSalt

        public byte[] getSalt()
        Specified by:
        getSalt in interface javax.crypto.interfaces.PBEKey