PHP 클래스 PayPal\Security\Cipher

Helper class to encrypt/decrypt data with secret key
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $secretKey )
decrypt ( $input ) : string Decrypts the input text from the cipher key
encrypt ( $input ) : string Encrypts the input text using the cipher key

메소드 상세

__construct() 공개 메소드

public __construct ( $secretKey )

decrypt() 공개 메소드

Decrypts the input text from the cipher key
public decrypt ( $input ) : string
$input
리턴 string

encrypt() 공개 메소드

Encrypts the input text using the cipher key
public encrypt ( $input ) : string
$input
리턴 string