コード例 #1
0
ファイル: AESTest.php プロジェクト: nimasdj/PHP-CryptLib
 public function testGetCipher()
 {
     $cipher = new \CryptLib\Cipher\Block\Cipher\AES('aes-128');
     $this->assertEquals('aes-128', $cipher->getCipher());
 }