ParagonIE\Halite\Asymmetric\SecretKey::derivePublicKey PHP 메소드

derivePublicKey() 공개 메소드

See the appropriate derived class.
public derivePublicKey ( )
    public function derivePublicKey()
    {
        throw new CannotPerformOperation('This is not implemented in the base class');
    }