Class PBKDF2

  • All Implemented Interfaces:
    KDF

    public class PBKDF2
    extends java.lang.Object
    implements KDF
    • Constructor Detail

      • PBKDF2

        public PBKDF2()
    • Method Detail

      • initWithASN1

        public void initWithASN1​(byte[] asn1)
                          throws java.lang.Exception
        Specified by:
        initWithASN1 in interface KDF
        Throws:
        java.lang.Exception
      • getKey

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