SAML2\Certificate\Fingerprint::getRaw PHP 메소드

getRaw() 공개 메소드

Get the raw, unmodified fingerprint value.
public getRaw ( ) : string
리턴 string
    public function getRaw()
    {
        return $this->contents;
    }