PHP 클래스 Kms\Request\V20160120\EncryptRequest

상속: extends RpcAcsRequest
파일 보기 프로젝트 열기: aliyun/aliyun-openapi-php-sdk

공개 메소드들

메소드 설명
__construct ( )
getEncryptionContext ( )
getKeyId ( )
getPlaintext ( )
getSTSToken ( )
setEncryptionContext ( $encryptionContext )
setKeyId ( $keyId )
setPlaintext ( $plaintext )
setSTSToken ( $sTSToken )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getEncryptionContext() 공개 메소드

getKeyId() 공개 메소드

public getKeyId ( )

getPlaintext() 공개 메소드

public getPlaintext ( )

getSTSToken() 공개 메소드

public getSTSToken ( )

setEncryptionContext() 공개 메소드

public setEncryptionContext ( $encryptionContext )

setKeyId() 공개 메소드

public setKeyId ( $keyId )

setPlaintext() 공개 메소드

public setPlaintext ( $plaintext )

setSTSToken() 공개 메소드

public setSTSToken ( $sTSToken )