PHP 클래스 Nelmio\SecurityBundle\Encrypter

사용 중단: EncryptedCookieListener is now deprecated due to high coupling with the deprecated mcrypt extension
파일 보기 프로젝트 열기: nelmio/NelmioSecurityBundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $secret, $algorithm )
decrypt ( $input )
encrypt ( $input )

메소드 상세

__construct() 공개 메소드

public __construct ( $secret, $algorithm )

decrypt() 공개 메소드

public decrypt ( $input )

encrypt() 공개 메소드

public encrypt ( $input )