Class PBKDF

  • All Implemented Interfaces:
    PBKDF

    public class PBKDF
    extends Object
    implements PBKDF
    • 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