PHP Class Kms\Request\V20160120\EncryptRequest

Inheritance: extends RpcAcsRequest
Datei anzeigen Open project: aliyun/aliyun-openapi-php-sdk

Public Methods

Method Description
__construct ( )
getEncryptionContext ( )
getKeyId ( )
getPlaintext ( )
getSTSToken ( )
setEncryptionContext ( $encryptionContext )
setKeyId ( $keyId )
setPlaintext ( $plaintext )
setSTSToken ( $sTSToken )

Method Details

__construct() public method

public __construct ( )

getEncryptionContext() public method

getKeyId() public method

public getKeyId ( )

getPlaintext() public method

public getPlaintext ( )

getSTSToken() public method

public getSTSToken ( )

setEncryptionContext() public method

public setEncryptionContext ( $encryptionContext )

setKeyId() public method

public setKeyId ( $keyId )

setPlaintext() public method

public setPlaintext ( $plaintext )

setSTSToken() public method

public setSTSToken ( $sTSToken )