Class PBKDF

  • All Implemented Interfaces:
    PBKDF

    public class PBKDF
    extends java.lang.Object
    implements PBKDF
    • Constructor Summary

      Constructors 
      Constructor Description
      PBKDF()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getKey​(byte[] _pass, byte[] salt, int iterations, int size)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PBKDF

        public PBKDF()
    • Method Detail

      • getKey

        public byte[] getKey​(byte[] _pass,
                             byte[] salt,
                             int iterations,
                             int size)
        Specified by:
        getKey in interface PBKDF