Beispiel #1
0
 public function testSetPbkdf2HashAlgorithm()
 {
     $result = $this->blockCipher->setPbkdf2HashAlgorithm('sha1');
     $this->assertEquals($result, $this->blockCipher);
     $this->assertEquals('sha1', $this->blockCipher->getPbkdf2HashAlgorithm());
 }