Class PBKDF2Test

    • Constructor Detail

      • PBKDF2Test

        public PBKDF2Test()
    • Method Detail

      • explicitProperties

        public void explicitProperties()
                                throws Exception
        Throws:
        Exception
      • xmlGenerationSuccess

        public void xmlGenerationSuccess()
                                  throws Exception
        Throws:
        Exception
      • deriveWithDefaults

        public void deriveWithDefaults()
                                throws Exception
        Throws:
        Exception
      • deriveWithExplicitProperties

        public void deriveWithExplicitProperties()
                                          throws Exception
        Throws:
        Exception
      • deriveWithKeyLengthMismatch

        public void deriveWithKeyLengthMismatch()
                                         throws Exception
        Throws:
        Exception
      • unknownKeyAlgorithm

        public void unknownKeyAlgorithm()
                                 throws Exception
        Throws:
        Exception
      • nonKeyLengthAlgorithm

        public void nonKeyLengthAlgorithm()
                                   throws Exception
        Throws:
        Exception
      • nonKeyLengthAlgorithmWithSpecifiedLength

        public void nonKeyLengthAlgorithmWithSpecifiedLength()
                                                      throws Exception
        Throws:
        Exception
      • setupTestVectorAlgorithms

        @BeforeClass
        public void setupTestVectorAlgorithms()
      • teardownTestVectorAlgorithms

        @AfterClass
        public void teardownTestVectorAlgorithms()
      • testVectors

        @DataProvider(name="testVectors")
        public Object[][] testVectors()
                               throws org.apache.commons.codec.DecoderException,
                                      EncodingException
        Throws:
        org.apache.commons.codec.DecoderException
        EncodingException