OpenPGP_ModificationDetectionCodePacket::read PHP 메소드

read() 공개 메소드

public read ( )
    function read()
    {
        $this->data = $this->input;
        if (strlen($this->input) != 20) {
            throw new Exception("Bad ModificationDetectionCodePacket");
        }
    }
OpenPGP_ModificationDetectionCodePacket