메소드 | 설명 | |
---|---|---|
decryptContent ( string $data, string $cek, string $iv, string $aad, string $encoded_protected_header, string $tag ) : string | ||
encryptContent ( $data, $cek, $iv, $aad, $encoded_protected_header, &$tag ) | ||
getIVSize ( ) : integer |
메소드 | 설명 | |
---|---|---|
calculateAuthenticationTag ( $encrypted_data, $cek, $iv, $aad, string $encoded_header ) : string | ||
getHashAlgorithm ( ) : string | ||
isTagValid ( string $encrypted_data, string $cek, string $iv, string | null $aad, string $encoded_header, string $authentication_tag ) : boolean |
메소드 | 설명 | |
---|---|---|
getMode ( string $k ) : string |
protected calculateAuthenticationTag ( $encrypted_data, $cek, $iv, $aad, string $encoded_header ) : string | ||
$encrypted_data | ||
$cek | ||
$iv | ||
$aad | ||
$encoded_header | string | |
리턴 | string |
public encryptContent ( $data, $cek, $iv, $aad, $encoded_protected_header, &$tag ) |