PHP 클래스 Phalcon\Test\Proxy\Crypt

저자: Andres Gutierrez ([email protected])
저자: Nikolaos Dimopoulos ([email protected])
상속: extends Phalcon\Crypt
파일 보기 프로젝트 열기: phalcon/cphalcon 1 사용 예제들

공개 메소드들

메소드 설명
decrypt ( $text, $key = null )
decryptBase64 ( $text, $key = null, $safe = false )
encrypt ( $text, $key = null )
encryptBase64 ( $text, $key = null, $safe = false )
getAvailableCiphers ( )
getCipher ( )
getKey ( )
setCipher ( $cipher )
setKey ( $key )
setPadding ( $scheme )

메소드 상세

decrypt() 공개 메소드

public decrypt ( $text, $key = null )

decryptBase64() 공개 메소드

public decryptBase64 ( $text, $key = null, $safe = false )

encrypt() 공개 메소드

public encrypt ( $text, $key = null )

encryptBase64() 공개 메소드

public encryptBase64 ( $text, $key = null, $safe = false )

getAvailableCiphers() 공개 메소드

public getAvailableCiphers ( )

getCipher() 공개 메소드

public getCipher ( )

getKey() 공개 메소드

public getKey ( )

setCipher() 공개 메소드

public setCipher ( $cipher )

setKey() 공개 메소드

public setKey ( $key )

setPadding() 공개 메소드

public setPadding ( $scheme )